Home
last modified time | relevance | path

Searched defs:hmac_key (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c196 unsigned char hmac_key[64]; in cipher_hw_rc4_hmac_md5_init_mackey() local
H A Dcipher_aes_cbc_hmac_sha256_hw.c690 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha256_set_mac_key() local
H A Dcipher_aes_cbc_hmac_sha1_hw.c637 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha1_set_mac_key() local
/freebsd/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c195 unsigned char hmac_key[64]; in rc4_hmac_md5_ctrl() local
H A De_aes_cbc_hmac_sha1.c780 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha1_ctrl() local
H A De_aes_cbc_hmac_sha256.c758 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha256_ctrl() local
/freebsd/crypto/openssl/apps/
H A Ddgst.c100 char *hmac_key = NULL; in dgst_main() local
H A Dspeed.c1998 static const char hmac_key[] = "This is a key..."; speed_main() local
/freebsd/sys/crypto/aesni/
H A Daesni.c791 uint8_t hmac_key[SHA1_BLOCK_LEN] __aligned(16); in aesni_cipher_mac() local
/freebsd/sys/opencrypto/
H A Dcrypto.c386 uint8_t hmac_key[HMAC_MAX_BLOCK_LEN]; in hmac_init_pad() local
/freebsd/contrib/unbound/util/
H A Dnet_help.c98 unsigned char *hmac_key; member