| /third_party/node/test/parallel/ |
| D | test-crypto-hmac.js | 74 hmac: { // HMACs lifted from Wikipedia. property 84 hmac: { // Intermediate test to help debugging. property 94 hmac: { // Intermediate test to help debugging. property 104 hmac: { // HMACs lifted from Wikipedia. property 114 for (const { key, data, hmac } of wikipedia) { field 124 hmac: { property 142 hmac: { property 161 hmac: { property 181 hmac: { property 200 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/node/deps/openssl/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/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 | 25 mbedtls_psa_hmac_operation_t *hmac) in psa_hmac_abort_internal() 32 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_setup_internal() 104 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_update_internal() 112 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_finish_internal()
|
| D | md.c | 418 int mbedtls_md_setup(mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac) in mbedtls_md_setup()
|
| /third_party/node/src/crypto/ |
| D | crypto_hmac.cc | 89 Hmac* hmac; in HmacInit() local 118 Hmac* hmac; in HmacDigest()
|
| /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/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 | 50 mod hmac; module
|
| /third_party/node/lib/internal/crypto/ |
| D | hash.js | 129 function Hmac(hmac, key, options) { argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| 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]; in eap_sim_add_mac_sha256() local
|
| /third_party/libcoap/src/oscore/ |
| D | oscore_crypto.c | 60 coap_bin_const_t **hmac) { in oscore_hmac_hash()
|
| /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/node/deps/openssl/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
|