Home
last modified time | relevance | path

Searched refs:HMAC_Final (Results 1 – 23 of 23) sorted by relevance

/third_party/openssl/test/
Dhmactest.c148 || !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()
Dbad_dtls_test.c313 HMAC_Final(ctx, enc + len, NULL); in send_record()
/third_party/openssl/doc/man3/
DHMAC.pod12 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/
Dlws-genhash.c243 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/
Dhmac.h37 /*__owur*/ int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
/third_party/openssl/crypto/evp/
Dp5_crpt2.c85 || !HMAC_Final(hctx, digtmp, NULL)) { in PKCS5_PBKDF2_HMAC()
98 || !HMAC_Final(hctx, digtmp, NULL)) { in PKCS5_PBKDF2_HMAC()
/third_party/openssl/crypto/hmac/
Dhmac.c107 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()
Dhm_pmeth.c131 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in hmac_signctx()
/third_party/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc193 !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/
Dp12_mutl.c132 || !HMAC_Final(hmac, mac, maclen)) { in pkcs12_gen_mac()
/third_party/openssl/crypto/kdf/
Dhkdf.c335 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
/third_party/openssl/crypto/engine/
Deng_openssl.c534 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1053 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/
Dcrypto_openssl.c1126 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.c1694 int r = HMAC_Final(temp_ctx, buf, &len); in _hmac_digest()
/third_party/openssl/ssl/
Dt1_lib.c1460 || HMAC_Final(hctx, tick_hmac, NULL) <= 0) { in tls_decrypt_ticket()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c4007 || !HMAC_Final(hctx, macdata1, &hlen) in construct_stateless_ticket()
/third_party/libcoap/src/
Dcoap_openssl.c396 r &= HMAC_Final(dtls->cookie_hmac, cookie, cookie_len); in coap_dtls_generate_cookie()
/third_party/openssl/apps/
Dspeed.c713 HMAC_Final(hctx, hmac, NULL); in HMAC_loop()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1744 #define HMAC_Final BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HMAC_Final) macro
/third_party/node/src/
Dnode_crypto.cc4261 HMAC_Final(hmac->ctx_.get(), md_value, &md_len); in HmacDigest()
/third_party/openssl/util/
Dlibcrypto.num405 HMAC_Final 405 1_1_0 EXIST::FUNCTION:
/third_party/sqlite/src/
Dsqlite3.c238361 HMAC_Final(ctx, output->buffer, (unsigned int *)(&output->bufferSize));