Home
last modified time | relevance | path

Searched refs:EVP_MAC_final (Results 1 – 24 of 24) sorted by relevance

/openssl-master/providers/implementations/rands/
A Ddrbg_hmac.c71 || !EVP_MAC_final(ctx, hmac->K, NULL, sizeof(hmac->K))) in do_hmac()
77 && EVP_MAC_final(ctx, hmac->V, NULL, sizeof(hmac->V)); in do_hmac()
221 if (!EVP_MAC_final(ctx, out, NULL, outlen)) in drbg_hmac_generate()
225 if (!EVP_MAC_final(ctx, hmac->V, NULL, sizeof(hmac->V))) in drbg_hmac_generate()
/openssl-master/crypto/evp/
A Dmac_lib.c174 int EVP_MAC_final(EVP_MAC_CTX *ctx, in EVP_MAC_final() function
286 && EVP_MAC_final(ctx, out, &len, outsize)) { in EVP_Q_mac()
289 if (out != NULL && !EVP_MAC_final(ctx, out, NULL, len)) { in EVP_Q_mac()
/openssl-master/providers/implementations/kdfs/
A Dtls1_prf.c310 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
331 if (!EVP_MAC_final(ctx, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
336 if (!EVP_MAC_final(ctx, out, NULL, olen)) in tls1_prf_P_hash()
A Dsskdf.c259 if (!EVP_MAC_final(ctx, out, NULL, len)) in SSKDF_mac_kdm()
266 if (!EVP_MAC_final(ctx, mac, NULL, out_len)) in SSKDF_mac_kdm()
A Dkbkdf.c194 || !EVP_MAC_final(ctx, k_i, NULL, h)) in derive()
/openssl-master/doc/man7/
A DEVP_MAC-KMAC.pod68 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
117 * before EVP_MAC_final().
129 if (!EVP_MAC_final(ctx, out, &l, out_len))
A Dlife_cycle-mac.pod72 | | EVP_MAC_final | EVP_MAC_finalXOF
100 EVP_MAC_final finaled
143 <tr><th style="border:1px solid" align="left">EVP_MAC_final</th>
A Dprovider-mac.pod48 L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>.
127 L<EVP_MAC_final(3)>.
A Dmigration_guide.pod1056 L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)> or the single-shot MAC function
/openssl-master/apps/
A Dmac.c204 if (!EVP_MAC_final(ctx, NULL, &len, 0)) { in mac_main()
213 if (!EVP_MAC_final(ctx, buf, &len, BUFSIZE)) { in mac_main()
A Dfipsinstall.c93 if (!EVP_MAC_final(ctx, out, out_len, outsz)) in do_mac()
A Dspeed.c598 || !EVP_MAC_final(mctx, mac, &outl, sizeof(mac))) in EVP_MAC_loop()
/openssl-master/crypto/modes/
A Dsiv128.c117 if (!EVP_MAC_final(mac_ctx, out->byte, &out_len, sizeof(out->byte)) in siv128_do_s2v_p()
202 || !EVP_MAC_final(mac_ctx, ctx->d.byte, &out_len, in ossl_siv128_init()
257 || !EVP_MAC_final(mac_ctx, mac_out.byte, &out_len, in ossl_siv128_aad()
/openssl-master/doc/life-cycles/
A Dmac.dot15 updated -> finaled [label="EVP_MAC_final"];
/openssl-master/doc/man3/
A DEVP_MAC.pod11 EVP_MAC_init, EVP_MAC_update, EVP_MAC_final, EVP_MAC_finalXOF,
53 int EVP_MAC_final(EVP_MAC_CTX *ctx,
149 EVP_MAC_init() should be called before EVP_MAC_update() and EVP_MAC_final().
153 EVP_MAC_final() does the final computation and stores the result in
313 EVP_MAC_final() should produce.
335 EVP_MAC_init(), EVP_MAC_update() and EVP_MAC_final() for a full
378 EVP_MAC_init(), EVP_MAC_update(), EVP_MAC_final(), and EVP_MAC_finalXOF()
437 if (!EVP_MAC_final(ctx, buf, &final_l, sizeof(buf)))
A DHMAC.pod76 L<EVP_MAC_init(3)>, L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>
/openssl-master/demos/mac/
A Dgmac.c118 if (!EVP_MAC_final(mctx, out, &out_len, sizeof(out))) { in main()
/openssl-master/providers/implementations/signature/
A Dmac_legacy_sig.c161 return EVP_MAC_final(pmacctx->macctx, mac, maclen, macsize); in mac_digest_sign_final()
/openssl-master/providers/fips/
A Dself_test.c214 if (!EVP_MAC_final(ctx, out, &out_len, sizeof(out))) in verify_integrity()
/openssl-master/test/
A Dbad_dtls_test.c324 || !EVP_MAC_final(ctx, enc + len, NULL, SHA_DIGEST_LENGTH)) in send_record()
A Devp_test.c1526 if (!EVP_MAC_final(ctx, NULL, &got_len, 0)) { in mac_test_run_mac()
1534 if (!EVP_MAC_final(ctx, got, &got_len, got_len) in mac_test_run_mac()
/openssl-master/include/openssl/
A Devp.h1223 int EVP_MAC_final(EVP_MAC_CTX *ctx,
/openssl-master/ssl/
A Dt1_lib.c3452 return EVP_MAC_final(ctx->ctx, md, len, max_size); in ssl_hmac_final()
/openssl-master/util/
A Dlibcrypto.num4414 EVP_MAC_final 4542 3_0_0 EXIST::FUNCTION:

Completed in 60 milliseconds