| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_msg.c | 1013 u8_t hmac[LWIP_MAX(SNMP_V3_SHA_LEN, SNMP_V3_MD5_LEN)]; in snmp_parse_inbound_frame() local 1806 u8_t hmac[20]; in snmp_complete_outbound_frame() local
|
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | ssl3_record.c | 1413 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | connection.py | 732 import hmac namespace 747 import hmac namespace
|
| /third_party/python/Lib/ |
| H A D | smtplib.py | 51 import hmac namespace
|
| H A D | imaplib.py | 628 import hmac namespace
|
| /third_party/openssl/ssl/record/ |
| H A D | ssl3_record.c | 1413 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 149 hmac_state hmac; member
|
| H A D | crypto_wolfssl.c | 164 Hmac hmac; in wolfssl_hmac_vector() local 877 Hmac hmac; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_sim_common.c | 168 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_verify_mac() local 207 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_add_mac() local 362 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_verify_mac_sha256() local 401 unsigned char hmac[SHA256_MAC_LEN]; eap_sim_add_mac_sha256() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 149 hmac_state hmac; member
|
| H A D | crypto_wolfssl.c | 164 Hmac hmac; in wolfssl_hmac_vector() local 881 Hmac hmac; member
|
| /base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
| H A D | hks_type.h | 303 uint8_t hmac[HKS_HMAC_DIGEST_SHA512_LEN]; member
|
| /third_party/node/deps/openssl/openssl/ssl/statem/ |
| H A D | extensions_srvr.c | 697 unsigned char hmac[SHA256_DIGEST_LENGTH]; in tls_parse_ctos_cookie() local 1758 unsigned char *hmac, *hmac2; in tls_construct_stoc_cookie() local
|
| /third_party/openssl/ssl/statem/ |
| H A D | extensions_srvr.c | 697 unsigned char hmac[SHA256_DIGEST_LENGTH]; in tls_parse_ctos_cookie() local 1725 unsigned char *hmac, *hmac2; in tls_construct_stoc_cookie() local
|
| /third_party/python/Lib/test/ |
| H A D | test_smtplib.py | 7 import hmac namespace
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | pkey.rs | 463 pub fn hmac(key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in hmac() functions
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_sim_common.c | 172 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_verify_mac() local 211 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_add_mac() local 366 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_verify_mac_sha256() local 405 unsigned char hmac[SHA256_MAC_LEN]; eap_sim_add_mac_sha256() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_tinydtls.c | 1671 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) coap_crypto_hmac() argument
|
| H A D | coap_openssl.c | 484 uint8_t hmac[32]; in coap_dtls_verify_cookie() local 3899 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) coap_crypto_hmac() argument [all...] |
| H A D | coap_mbedtls.c | 2995 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) global() argument
|
| H A D | coap_gnutls.c | 3198 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) coap_crypto_hmac() argument
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_config.cc | 162 read_tls_ticket_key_file(const std::vector<StringRef> &files, const EVP_CIPHER *cipher, const EVP_MD *hmac) read_tls_ticket_key_file() argument
|
| H A D | shrpx_config.h | 607 const EVP_MD *hmac; member
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 5673 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block() local [all...] |