| /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/openssl/providers/implementations/rands/ |
| D | drbg_hmac.c | 57 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() 99 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_update() local 127 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_instantiate() local 198 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_generate() local 252 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_uninstantiate() local 267 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_verify_zeroization() local 276 PROV_DRBG_HMAC *hmac; in drbg_hmac_new() local 307 PROV_DRBG_HMAC *hmac; in drbg_hmac_free() local 320 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_get_ctx_params() local 359 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)ctx->data; in drbg_hmac_set_ctx_params() 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()
|
| D | md.c | 359 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac ) in mbedtls_md_setup()
|
| /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/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/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/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/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | mod.rs | 46 mod hmac; module
|
| /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/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 | 87 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
|
| /third_party/openssl/test/ |
| D | bad_dtls_test.c | 284 EVP_MAC *hmac = NULL; in send_record() local
|