| /third_party/node/test/parallel/ |
| D | test-crypto-hmac.js | 76 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 …]
|
| D | test-crypto-binary-default.js | 79 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 …]
|
| D | test-crypto-update-encoding.js | 16 const hmac = () => crypto.createHmac('sha256', key); function
|
| D | test-https-resume-after-renew.js | 21 const hmac = Buffer.alloc(16, 'H'); constant
|
| /third_party/glib/glib/ |
| D | ghmac.c | 98 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/ |
| D | hmac.c | 398 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/ |
| D | hmac.c | 24 static void test(AVHMAC *hmac, const uint8_t *key, int keylen, in test() 44 AVHMAC *hmac; in main() local
|
| /third_party/mbedtls/library/ |
| D | psa_crypto_mac.c | 35 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/ |
| D | tlsv1_record.c | 155 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/ |
| D | tlsv1_record.c | 155 struct crypto_hash *hmac; in tlsv1_record_send() local 284 struct crypto_hash *hmac; in tlsv1_record_receive() local
|
| /third_party/libwebsockets/include/libwebsockets/ |
| D | lws-genhash.h | 62 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/ |
| D | verify.js | 62 var hmac = crypto.createHmac(hashAlg, secret); variable
|
| D | signer.js | 355 var hmac = crypto.createHmac(alg[1].toUpperCase(), options.key); variable
|
| /third_party/ffmpeg/libavformat/ |
| D | rtmpdigest.c | 37 AVHMAC *hmac; in ff_rtmp_calc_digest() local
|
| D | srtp.c | 128 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
|
| D | srtp.h | 32 struct AVHMAC *hmac; member
|
| /third_party/node/lib/internal/crypto/ |
| D | hash.js | 107 function Hmac(hmac, key, options) { argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| 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]; in eap_sim_add_mac_sha256() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| 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]; in eap_sim_add_mac_sha256() local
|
| /third_party/node/deps/npm/node_modules/aws4/ |
| D | aws4.js | 10 function hmac(key, string, encoding) { function
|
| /third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
| D | sctp_auth.h | 87 uint16_t hmac[]; member
|
| /third_party/grpc/src/core/tsi/alts/crypt/ |
| D | aes_gcm.cc | 189 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/ |
| 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/openssl/crypto/pkcs12/ |
| D | p12_mutl.c | 80 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
|
| /third_party/openssl/crypto/kdf/ |
| D | hkdf.c | 295 HMAC_CTX *hmac; in HKDF_Expand() local
|