Home
last modified time | relevance | path

Searched refs:length_in_bytes (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c658 sha1_mac_init_ctx(sha1_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) in sha1_mac_init_ctx() argument
667 bcopy(keyval, ipad, length_in_bytes); in sha1_mac_init_ctx()
668 bcopy(keyval, opad, length_in_bytes); in sha1_mac_init_ctx()
H A Dsha2_mod.c718 sha2_mac_init_ctx(sha2_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes) in sha2_mac_init_ctx() argument
735 (void) bcopy(keyval, ipad, length_in_bytes); in sha2_mac_init_ctx()
736 (void) bcopy(keyval, opad, length_in_bytes); in sha2_mac_init_ctx()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c3980 uint32_t length_in_bytes = ceil_byte_length(length + offset); in buffer_shift_right() local
3987 for (i = 1; i < length_in_bytes; i++) { in buffer_shift_right()