Home
last modified time | relevance | path

Searched defs:hmac (Results 26 - 49 of 49) sorted by relevance

12

/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.c1013 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 Dssl3_record.c1413 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
/third_party/python/Lib/multiprocessing/
H A Dconnection.py732 import hmac namespace
747 import hmac namespace
/third_party/python/Lib/
H A Dsmtplib.py51 import hmac namespace
H A Dimaplib.py628 import hmac namespace
/third_party/openssl/ssl/record/
H A Dssl3_record.c1413 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c149 hmac_state hmac; member
H A Dcrypto_wolfssl.c164 Hmac hmac; in wolfssl_hmac_vector() local
877 Hmac hmac; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.c168 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 Dcrypto_libtomcrypt.c149 hmac_state hmac; member
H A Dcrypto_wolfssl.c164 Hmac hmac; in wolfssl_hmac_vector() local
881 Hmac hmac; member
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h303 uint8_t hmac[HKS_HMAC_DIGEST_SHA512_LEN]; member
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c697 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 Dextensions_srvr.c697 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 Dtest_smtplib.py7 import hmac namespace
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs463 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 Deap_sim_common.c172 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 Dcoap_tinydtls.c1671 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 Dcoap_openssl.c484 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 Dcoap_mbedtls.c2995 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 Dcoap_gnutls.c3198 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 Dshrpx_config.cc162 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 Dshrpx_config.h607 const EVP_MD *hmac; member
/third_party/mbedtls/library/
H A Dpsa_crypto.c5673 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block() local
[all...]

Completed in 61 milliseconds

12