/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-cbc.c | 29 int i, j, blocks; in aes_128_cbc_encrypt() local 65 int i, j, blocks; in aes_128_cbc_decrypt() local
|
H A D | crypto_internal-cipher.c | 106 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 D | hash.h | 84 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 D | base_structs.h | 46 base_block_t *blocks; member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_neon.c | 234 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 D | blake3_portable.c | 125 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 D | blake3_avx2.c | 231 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 D | blake3_sse2.c | 460 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 D | blake3_sse41.c | 454 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 D | blake3_impl.c | 72 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 D | blake3_generic.c | 129 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 D | fragments.sh | 205 blocks(); function
|
/freebsd/stand/common/ |
H A D | disk.c | 81 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 D | cipher_aes_cbc_hmac_sha256_hw.c | 112 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 D | cipher_aes_cbc_hmac_sha1_hw.c | 108 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 D | cipher_chacha20_hw.c | 70 size_t blocks = inl / CHACHA_BLK_SIZE; in chacha20_cipher() local
|
/freebsd/contrib/libarchive/cpio/ |
H A D | cpio.c | 630 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 D | ecore_cxt_api.h | 45 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 146 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 D | e_aes_cbc_hmac_sha256.c | 141 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 D | ossl_poly1305.h | 32 poly1305_blocks_f blocks; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySortRegion.h | 53 iterator_range<block_iterator> blocks() const override { in blocks() function
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_main.h | 51 lio_swap_8B_data(uint64_t *data, uint32_t blocks) in lio_swap_8B_data()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | poly1305.h | 36 poly1305_blocks_f blocks; member
|
/freebsd/sbin/fsdb/ |
H A D | fsdbutil.c | 110 ufs2_daddr_t blocks; in printstat() local
|