Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/contrib/wpa/src/crypto/
H A Daes-cbc.c29 int i, j, blocks; in aes_128_cbc_encrypt() local
65 int i, j, blocks; in aes_128_cbc_decrypt() local
H A Dcrypto_internal-cipher.c106 size_t i, j, blocks; in crypto_cipher_encrypt() local
169 size_t i, j, blocks; in crypto_cipher_decrypt() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32() local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128() local
238 const uint64_t *blocks = (const uint64_t *) (data); in hash_x64_128() local
H A Dbase_structs.h46 base_block_t *blocks; member
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c234 void blake3_hash4_neon(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_neon()
306 INLINE void hash_one_neon(const uint8_t *input, size_t blocks, in hash_one_neon()
330 size_t blocks, const uint32_t key[8], in blake3_hash_many_neon()
H A Dblake3_portable.c125 INLINE void hash_one_portable(const uint8_t *input, size_t blocks, in hash_one_portable()
146 size_t blocks, const uint32_t key[8], in blake3_hash_many_portable()
H A Dblake3_avx2.c231 void blake3_hash8_avx2(const uint8_t *const *inputs, size_t blocks, in blake3_hash8_avx2()
304 size_t blocks, const uint32_t key[8], in blake3_hash_many_avx2()
H A Dblake3_sse2.c460 void blake3_hash4_sse2(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_sse2()
521 INLINE void hash_one_sse2(const uint8_t *input, size_t blocks, in hash_one_sse2()
542 size_t blocks, const uint32_t key[8], in blake3_hash_many_sse2()
H A Dblake3_sse41.c454 void blake3_hash4_sse41(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_sse41()
515 INLINE void hash_one_sse41(const uint8_t *input, size_t blocks, in hash_one_sse41()
536 size_t blocks, const uint32_t key[8], in blake3_hash_many_sse41()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c72 size_t num_inputs, size_t blocks, const uint32_t key[8], in blake3_hash_many_sse2()
136 size_t num_inputs, size_t blocks, const uint32_t key[8], in blake3_hash_many_sse41()
173 size_t num_inputs, size_t blocks, const uint32_t key[8], in blake3_hash_many_avx2()
232 size_t num_inputs, size_t blocks, const uint32_t key[8], in blake3_hash_many_avx512()
H A Dblake3_generic.c129 static inline void hash_one_generic(const uint8_t *input, size_t blocks, in hash_one_generic()
175 size_t num_inputs, size_t blocks, const uint32_t key[8], uint64_t counter, in blake3_hash_many_generic()
/freebsd/tools/test/stress2/misc/
H A Dfragments.sh205 blocks(); function
/freebsd/stand/common/
H A Ddisk.c81 ptblread(void *d, void *buf, size_t blocks, uint64_t offset) in ptblread()
177 disk_read(struct disk_devdesc *dev, void *buf, uint64_t offset, u_int blocks) in disk_read()
190 disk_write(struct disk_devdesc *dev, void *buf, uint64_t offset, u_int blocks) in disk_write()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c112 int blocks; member
118 int blocks; member
139 } blocks[8]; in tls1_multi_block_encrypt() local
404 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha256_cipher() local
H A Dcipher_aes_cbc_hmac_sha1_hw.c108 int blocks; member
114 int blocks; member
135 } blocks[8]; in tls1_multi_block_encrypt() local
381 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local
H A Dcipher_chacha20_hw.c70 size_t blocks = inl / CHACHA_BLK_SIZE; in chacha20_cipher() local
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c630 int64_t blocks = in mode_out() local
1033 int64_t blocks = (archive_filter_bytes(a, 0) + 511) in mode_in() local
1118 int64_t blocks = (archive_filter_bytes(a, 0) + 511) in mode_list() local
1269 int64_t blocks = in mode_pass() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt_api.h45 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c146 int blocks; member
154 int blocks; member
172 } blocks[8]; in tls1_1_multi_block_encrypt() local
417 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local
H A De_aes_cbc_hmac_sha256.c141 int blocks; member
149 int blocks; member
167 } blocks[8]; in tls1_1_multi_block_encrypt() local
432 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha256_cipher() local
/freebsd/sys/crypto/openssl/
H A Dossl_poly1305.h32 poly1305_blocks_f blocks; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h53 iterator_range<block_iterator> blocks() const override { in blocks() function
/freebsd/sys/dev/liquidio/
H A Dlio_main.h51 lio_swap_8B_data(uint64_t *data, uint32_t blocks) in lio_swap_8B_data()
/freebsd/crypto/openssl/include/crypto/
H A Dpoly1305.h36 poly1305_blocks_f blocks; member
/freebsd/sbin/fsdb/
H A Dfsdbutil.c110 ufs2_daddr_t blocks; in printstat() local

12345