/third_party/openssl/test/ |
D | hmactest.c | 148 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run() 161 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run() 170 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run() 179 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run() 191 || !TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_run() 234 || !TEST_true(HMAC_Final(ctx2, buf, &len))) in test_hmac_copy()
|
D | bad_dtls_test.c | 313 HMAC_Final(ctx, enc + len, NULL); in send_record()
|
/third_party/openssl/doc/man3/ |
D | HMAC.pod | 12 HMAC_Final, 33 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len); 101 HMAC_Final() places the message authentication code in B<md>, which 122 HMAC_CTX_reset(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and 147 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genhash.c | 243 int n = HMAC_Final(ctx->ctx, result, &size); in lws_genhmac_destroy() 247 int n = HMAC_Final(&ctx->ctx, result, &size); in lws_genhmac_destroy()
|
/third_party/openssl/include/openssl/ |
D | hmac.h | 37 /*__owur*/ int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
|
/third_party/openssl/crypto/evp/ |
D | p5_crpt2.c | 85 || !HMAC_Final(hctx, digtmp, NULL)) { in PKCS5_PBKDF2_HMAC() 98 || !HMAC_Final(hctx, digtmp, NULL)) { in PKCS5_PBKDF2_HMAC()
|
/third_party/openssl/crypto/hmac/ |
D | hmac.c | 107 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function 233 if (!HMAC_Final(c, md, md_len)) in HMAC()
|
D | hm_pmeth.c | 131 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in hmac_signctx()
|
/third_party/grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 193 !HMAC_Update(&hmac, &ctr, 1) || !HMAC_Final(&hmac, buf, nullptr)) { in aes_gcm_derive_aead_key() 205 !HMAC_Update(hmac, &ctr, 1) || !HMAC_Final(hmac, buf, nullptr)) { in aes_gcm_derive_aead_key()
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_mutl.c | 132 || !HMAC_Final(hmac, mac, maclen)) { in pkcs12_gen_mac()
|
/third_party/openssl/crypto/kdf/ |
D | hkdf.c | 335 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
|
/third_party/openssl/crypto/engine/ |
D | eng_openssl.c | 534 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 1053 res = HMAC_Final(ctx->ctx, mac, &mdlen); in crypto_hash_finish() 1091 res = HMAC_Final(ctx, mac, &mdlen); in openssl_hmac_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 1126 res = HMAC_Final(ctx->ctx, mac, &mdlen); in crypto_hash_finish() 1164 res = HMAC_Final(ctx, mac, &mdlen); in openssl_hmac_vector()
|
/third_party/python/Modules/ |
D | _hashopenssl.c | 1694 int r = HMAC_Final(temp_ctx, buf, &len); in _hmac_digest()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 1460 || HMAC_Final(hctx, tick_hmac, NULL) <= 0) { in tls_decrypt_ticket()
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 4007 || !HMAC_Final(hctx, macdata1, &hlen) in construct_stateless_ticket()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 396 r &= HMAC_Final(dtls->cookie_hmac, cookie, cookie_len); in coap_dtls_generate_cookie()
|
/third_party/openssl/apps/ |
D | speed.c | 713 HMAC_Final(hctx, hmac, NULL); in HMAC_loop()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1744 #define HMAC_Final BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HMAC_Final) macro
|
/third_party/node/src/ |
D | node_crypto.cc | 4261 HMAC_Final(hmac->ctx_.get(), md_value, &md_len); in HmacDigest()
|
/third_party/openssl/util/ |
D | libcrypto.num | 405 HMAC_Final 405 1_1_0 EXIST::FUNCTION:
|
/third_party/sqlite/src/ |
D | sqlite3.c | 238361 HMAC_Final(ctx, output->buffer, (unsigned int *)(&output->bufferSize));
|