Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 25 of 45) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-crypto-hmac.js76 hmac: { // HMACs lifted from Wikipedia. property
86 hmac: { // Intermediate test to help debugging. property
96 hmac: { // Intermediate test to help debugging. property
106 hmac: { // HMACs lifted from Wikipedia. property
116 for (const { key, data, hmac } of wikipedia) { field
126 hmac: { property
144 hmac: { property
163 hmac: { property
183 hmac: { property
202 hmac: { property
[all …]
Dtest-crypto-binary-default.js79 hmac: { property
97 hmac: { property
116 hmac: { property
136 hmac: { property
154 hmac: { property
173 hmac: { property
204 hmac: { property
242 hmac: '9294727a3638bb1c13f48ef8158bfc9d' property
247 hmac: '750c783e6ab0b503eaa86e310a5db738' property
254 hmac: '56be34521d144c88dbb8c733f0e8b3f6' property
[all …]
Dtest-crypto-update-encoding.js16 const hmac = () => crypto.createHmac('sha256', key); function
Dtest-https-resume-after-renew.js21 const hmac = Buffer.alloc(16, 'H'); constant
/third_party/glib/glib/
Dghmac.c98 GHmac *hmac; in g_hmac_new() local
177 g_hmac_copy (const GHmac *hmac) in g_hmac_copy()
205 g_hmac_ref (GHmac *hmac) in g_hmac_ref()
228 g_hmac_unref (GHmac *hmac) in g_hmac_unref()
254 g_hmac_update (GHmac *hmac, in g_hmac_update()
282 g_hmac_get_string (GHmac *hmac) in g_hmac_get_string()
316 g_hmac_get_digest (GHmac *hmac, in g_hmac_get_digest()
359 GHmac *hmac; in g_compute_hmac_for_data() local
/third_party/glib/glib/tests/
Dhmac.c398 GHmac *hmac; in test_hmac() local
418 GHmac *hmac, *check; in test_hmac_ref_unref() local
430 GHmac *hmac, *check; in test_hmac_copy() local
444 GHmac *hmac; in test_hmac_for_data() local
461 GHmac *hmac; in test_hmac_for_string() local
478 GHmac *hmac; in test_hmac_for_bytes() local
/third_party/ffmpeg/libavutil/tests/
Dhmac.c24 static void test(AVHMAC *hmac, const uint8_t *key, int keylen, in test()
44 AVHMAC *hmac; in main() local
/third_party/mbedtls/library/
Dpsa_crypto_mac.c35 mbedtls_psa_hmac_operation_t *hmac ) in psa_hmac_abort_internal()
42 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_setup_internal()
107 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_update_internal()
115 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_finish_internal()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_record.c155 struct crypto_hash *hmac; in tlsv1_record_send() local
284 struct crypto_hash *hmac; in tlsv1_record_receive() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_record.c155 struct crypto_hash *hmac; in tlsv1_record_send() local
284 struct crypto_hash *hmac; in tlsv1_record_receive() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-genhash.h62 const mbedtls_md_info_t *hmac; member
73 const mbedtls_md_info_t *hmac; member
/third_party/node/deps/npm/node_modules/http-signature/lib/
Dverify.js62 var hmac = crypto.createHmac(hashAlg, secret); variable
Dsigner.js355 var hmac = crypto.createHmac(alg[1].toUpperCase(), options.key); variable
/third_party/ffmpeg/libavformat/
Drtmpdigest.c37 AVHMAC *hmac; in ff_rtmp_calc_digest() local
Dsrtp.c128 uint8_t iv[16] = { 0 }, hmac[20]; in ff_srtp_decrypt() local
241 uint8_t iv[16] = { 0 }, hmac[20]; in ff_srtp_encrypt() local
Dsrtp.h32 struct AVHMAC *hmac; member
/third_party/node/lib/internal/crypto/
Dhash.js107 function Hmac(hmac, key, options) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
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]; in eap_sim_add_mac_sha256() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
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]; in eap_sim_add_mac_sha256() local
/third_party/node/deps/npm/node_modules/aws4/
Daws4.js10 function hmac(key, string, encoding) { function
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.h87 uint16_t hmac[]; member
/third_party/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc189 HMAC_CTX hmac; in aes_gcm_derive_aead_key() local
199 HMAC_CTX* hmac = HMAC_CTX_new(); in aes_gcm_derive_aead_key() local
/third_party/lwip/src/apps/snmp/
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/openssl/crypto/pkcs12/
Dp12_mutl.c80 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
/third_party/openssl/crypto/kdf/
Dhkdf.c295 HMAC_CTX *hmac; in HKDF_Expand() local

12