Home
last modified time | relevance | path

Searched refs:digested_key (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c715 uchar_t digested_key[SHA1_DIGEST_LENGTH]; in sha1_mac_init() local
724 key->ck_data, keylen_in_bytes, digested_key); in sha1_mac_init()
726 digested_key, SHA1_DIGEST_LENGTH); in sha1_mac_init()
1178 uchar_t digested_key[SHA1_DIGEST_LENGTH]; in sha1_create_ctx_template() local
1186 key->ck_data, keylen_in_bytes, digested_key); in sha1_create_ctx_template()
1187 sha1_mac_init_ctx(sha1_hmac_ctx_tmpl, digested_key, in sha1_create_ctx_template()
H A Dsha2_mod.c802 uchar_t digested_key[SHA512_DIGEST_LENGTH]; in sha2_mac_init() local
812 key->ck_data, keylen_in_bytes, digested_key); in sha2_mac_init()
814 digested_key, sha_digest_len); in sha2_mac_init()
1351 uchar_t digested_key[SHA512_DIGEST_LENGTH]; in sha2_create_ctx_template() local
1360 key->ck_data, keylen_in_bytes, digested_key); in sha2_create_ctx_template()
1361 sha2_mac_init_ctx(sha2_hmac_ctx_tmpl, digested_key, in sha2_create_ctx_template()