Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
Dcipher_rc4_hmac_md5_hw.c196 unsigned char hmac_key[64]; in cipher_hw_rc4_hmac_md5_init_mackey() local
Dcipher_aes_cbc_hmac_sha1_hw.c637 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha1_set_mac_key() local
Dcipher_aes_cbc_hmac_sha256_hw.c690 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha256_set_mac_key() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_rc4_hmac_md5_hw.c196 unsigned char hmac_key[64]; in cipher_hw_rc4_hmac_md5_init_mackey() local
Dcipher_aes_cbc_hmac_sha1_hw.c637 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha1_set_mac_key() local
Dcipher_aes_cbc_hmac_sha256_hw.c690 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha256_set_mac_key() local
/third_party/node/deps/openssl/openssl/crypto/evp/
De_rc4_hmac_md5.c195 unsigned char hmac_key[64]; in rc4_hmac_md5_ctrl() local
De_aes_cbc_hmac_sha256.c758 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha256_ctrl() local
De_aes_cbc_hmac_sha1.c780 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha1_ctrl() local
/third_party/openssl/crypto/evp/
De_rc4_hmac_md5.c195 unsigned char hmac_key[64]; in rc4_hmac_md5_ctrl() local
De_aes_cbc_hmac_sha1.c780 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha1_ctrl() local
De_aes_cbc_hmac_sha256.c758 unsigned char hmac_key[64]; in aesni_cbc_hmac_sha256_ctrl() local
/third_party/node/deps/openssl/openssl/apps/
Ddgst.c100 char *hmac_key = NULL; in dgst_main() local
Dspeed.c1998 static const char hmac_key[] = "This is a key..."; in speed_main() local
/third_party/openssl/apps/
Ddgst.c100 char *hmac_key = NULL; in dgst_main() local
Dspeed.c1984 static const char hmac_key[] = "This is a key..."; in speed_main() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs1136 let hmac_key = PKey::hmac(&test_bytes).unwrap(); in test_raw_hmac() localVariable
/third_party/nghttp2/src/
Dshrpx_config.h615 std::array<uint8_t, 32> hmac_key; member
/third_party/mbedtls/library/
Dpsa_crypto.c5440 const uint8_t *hmac_key, in psa_key_derivation_start_hmac()