Home
last modified time | relevance | path

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

/openssl-master/test/
A 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()
/openssl-master/doc/man3/
A DHMAC.pod12 HMAC_Final,
37 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
110 HMAC_Final() places the message authentication code in I<md>, which
131 HMAC_CTX_reset(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and
158 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
/openssl-master/include/openssl/
A Dhmac.h47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
/openssl-master/providers/implementations/kdfs/
A Dpbkdf2.c339 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
346 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
A Dhkdf.c512 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
/openssl-master/ssl/
A Dtls_depr.c129 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()
/openssl-master/crypto/hmac/
A Dhmac.c117 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function
/openssl-master/crypto/pkcs12/
A Dp12_mutl.c156 || !HMAC_Final(hmac, mac, maclen)) { in pkcs12_gen_mac()
/openssl-master/providers/implementations/macs/
A Dhmac_prov.c235 if (!HMAC_Final(macctx->ctx, out, &hlen)) in hmac_final()
/openssl-master/crypto/engine/
A Deng_openssl.c551 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
/openssl-master/doc/man7/
A Dmigration_guide.pod1787 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
/openssl-master/util/
A Dlibcrypto.num397 HMAC_Final 405 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 23 milliseconds