Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/crypto/libecc/src/examples/hash/
H A Dhash.c14 …lg_type gen_hash_type, hash_alg_type *hash_type, const hash_mapping **hm, u8 *hlen, u8 *block_size) in get_libecc_hash()
169 int gen_hash_get_hash_sizes(gen_hash_alg_type gen_hash_type, u8 *hlen, u8 *block_size) in gen_hash_get_hash_sizes()
278 u8 hlen, block_size; in gen_hash_hfunc_scattered() local
349 u8 hlen, block_size; in gen_hash_init() local
402 u8 hlen, block_size; in gen_hash_update() local
455 u8 hlen, block_size; in gen_hash_final() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c74 size_t block_size; member
96 size_t block_size) in archive_read_open_file()
103 size_t block_size) in archive_read_open_filename()
113 size_t block_size) in archive_read_open_filenames()
166 size_t block_size) in archive_read_open_filenames_w()
239 size_t block_size) in archive_read_open_filename_w()
H A Darchive_read_open_file.c54 size_t block_size; member
68 size_t block_size = 128 * 1024; in archive_read_open_FILE() local
H A Darchive_read_open_fd.c54 size_t block_size; member
65 archive_read_open_fd(struct archive *a, int fd, size_t block_size) in archive_read_open_fd()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c85 crypto_data_t *out, size_t block_size, in gcm_mode_encrypt_contiguous_blocks()
203 gcm_encrypt_final(gcm_ctx_t *ctx, crypto_data_t *out, size_t block_size, in gcm_encrypt_final()
289 gcm_decrypt_incomplete_block(gcm_ctx_t *ctx, size_t block_size, size_t index, in gcm_decrypt_incomplete_block()
329 crypto_data_t *out, size_t block_size, in gcm_mode_decrypt_contiguous_blocks()
371 gcm_decrypt_final(gcm_ctx_t *ctx, crypto_data_t *out, size_t block_size, in gcm_decrypt_final()
483 gcm_ctx_t *ctx, size_t block_size, in gcm_format_initial_blocks()
532 const uint8_t *auth_data, size_t auth_data_len, size_t block_size, in gcm_init()
593 size_t block_size, int (*encrypt_block)(const void *, const uint8_t *, in gcm_init_ctx()
1088 size_t length, crypto_data_t *out, size_t block_size) in gcm_mode_encrypt_contiguous_blocks_avx()
1238 gcm_encrypt_final_avx(gcm_ctx_t *ctx, crypto_data_t *out, size_t block_size) in gcm_encrypt_final_avx()
[all …]
H A Dccm.c42 crypto_data_t *out, size_t block_size, in ccm_mode_encrypt_contiguous_blocks()
193 ccm_encrypt_final(ccm_ctx_t *ctx, crypto_data_t *out, size_t block_size, in ccm_encrypt_final()
344 crypto_data_t *out, size_t block_size, in ccm_mode_decrypt_contiguous_blocks()
517 ccm_decrypt_final(ccm_ctx_t *ctx, crypto_data_t *out, size_t block_size, in ccm_decrypt_final()
759 unsigned char *auth_data, size_t auth_data_len, size_t block_size, in ccm_init()
847 boolean_t is_encrypt_init, size_t block_size, in ccm_init_ctx()
/freebsd/crypto/openssl/ssl/record/
H A Dtls_pad.c73 size_t block_size, size_t mac_size, in ssl3_cbc_remove_padding_and_mac()
118 size_t block_size, size_t mac_size, in tls1_cbc_remove_padding_and_mac()
202 size_t block_size, in ssl3_cbc_copy_mac()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_write.c49 static void randomize_buffer(int block_size) { in randomize_buffer()
73 int block_size = BLOCKSZ; in main() local
/freebsd/stand/libofw/
H A Dofw_disk.c165 int block_size; in ofwd_ioctl() local
187 uintmax_t block_size, n; in ofwd_print() local
/freebsd/sys/dev/usb/
H A Dusb_mbuf.c65 usb_size_t block_size, uint16_t nblocks) in usb_alloc_mbufs()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpaging.h24 __le32 block_size; member
/freebsd/crypto/libecc/src/hash/
H A Dshake.c15 int _shake_init(shake_context *ctx, u8 digest_size, u8 block_size) in _shake_init()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmmap_seek.c92 off_t block_size = atoi(argv[3]); in main() local
/freebsd/crypto/libecc/scripts/
H A Dsha3.py97 def block_size(self): member in Sha3_ctx
/freebsd/tests/sys/cddl/zfs/bin/
H A Dfile_write.c58 int block_size = BLOCKSZ; in main() local
/freebsd/crypto/libecc/src/examples/sig/sdsa/
H A Dsdsa.c96 u8 hlen, block_size; in sdsa_sign() local
259 u8 hlen, block_size; in sdsa_verify() local
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/
H A Dgostr34_10_94.c94 u8 hlen, block_size; in gostr34_10_94_sign() local
257 u8 hlen, block_size; in gostr34_10_94_verify() local
/freebsd/crypto/openssl/include/internal/
H A Dsha3.h36 size_t block_size; /* cached ctx->digest->block_size */ member
/freebsd/sys/kern/
H A Dsubr_devstat.c77 int unit_number, uint32_t block_size, in devstat_new_entry()
107 int unit_number, uint32_t block_size, in devstat_add_entry()
/freebsd/crypto/libecc/src/examples/sig/dsa/
H A Ddsa.c202 u8 hlen, block_size; in dsa_sign() local
359 u8 hlen, block_size; in dsa_verify() local
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Ddiscard_block_engine.h46 static _LIBCPP_CONSTEXPR const size_t block_size = __p; variable
/freebsd/contrib/bearssl/src/mac/
H A Dhmac_ct.c35 block_size(const br_hash_class *dig) in block_size() function
H A Dhmac.c28 block_size(const br_hash_class *dig) in block_size() function
/freebsd/crypto/libecc/src/examples/sig/kcdsa/
H A Dkcdsa.c138 u8 hlen, block_size; in kcdsa_sign() local
353 u8 hlen, block_size; in kcdsa_verify() local
/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c791 u8 hlen, block_size; in _mgf1() local
839 u8 hlen, block_size; in emsa_pss_encode() local
961 u8 hlen, block_size; in emsa_pss_verify() local
1083 u8 digest_size, block_size; in emsa_pkcs1_v1_5_encode() local
1307 u8 hlen, block_size; in rsaes_oaep_encrypt() local
1426 u8 hlen, block_size; in _rsaes_oaep_decrypt() local
1841 u8 hlen, block_size; in _rsa_iso9796_2_sign_recover() local
1955 u8 hlen, block_size; in rsa_iso9796_2_verify_recover() local

1234