Home
last modified time | relevance | path

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

12

/openssl/demos/mac/
H A Dcmac-aes256.c115 if (!EVP_MAC_final(mctx, NULL, &out_len, 0)) { in main()
125 if (!EVP_MAC_final(mctx, out, &out_len, out_len)) { in main()
H A Dhmac-sha512.c126 if (!EVP_MAC_final(mctx, NULL, &out_len, 0)) { in main()
136 if (!EVP_MAC_final(mctx, out, &out_len, out_len)) { in main()
H A Dgmac.c118 if (!EVP_MAC_final(mctx, out, &out_len, sizeof(out))) { in main()
H A Dsiphash.c102 if (!EVP_MAC_final(mctx, out, &out_len, sizeof(out))) { in main()
H A Dpoly1305.c180 if (!EVP_MAC_final(mctx, out, &out_len, sizeof(out))) { in main()
/openssl/crypto/evp/
H A Dmac_lib.c171 int EVP_MAC_final(EVP_MAC_CTX *ctx, in EVP_MAC_final() function
283 && EVP_MAC_final(ctx, out, &len, outsize)) { in EVP_Q_mac()
286 if (out != NULL && !EVP_MAC_final(ctx, out, NULL, len)) { in EVP_Q_mac()
/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c65 || !EVP_MAC_final(ctx, hmac->K, NULL, sizeof(hmac->K))) in do_hmac()
71 && EVP_MAC_final(ctx, hmac->V, NULL, sizeof(hmac->V)); in do_hmac()
230 if (!EVP_MAC_final(ctx, out, NULL, outlen)) in ossl_drbg_hmac_generate()
234 if (!EVP_MAC_final(ctx, hmac->V, NULL, sizeof(hmac->V))) in ossl_drbg_hmac_generate()
/openssl/apps/
H A Dmac.c200 if (!EVP_MAC_final(ctx, NULL, &len, 0)) { in mac_main()
209 if (!EVP_MAC_final(ctx, buf, &len, BUFSIZE)) { in mac_main()
/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod85 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
134 * before EVP_MAC_final().
146 if (!EVP_MAC_final(ctx, out, &l, out_len))
H 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>
H A DEVP_MAC-CMAC.pod85 This may be used after calling EVP_MAC_final().
H A Dprovider-mac.pod48 L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>.
127 L<EVP_MAC_final(3)>.
/openssl/doc/man3/
H 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 re-initalization (i.e. calling EVP_MAC_init() on an EVP_MAC after EVP_MAC_final()
152 EVP_MAC_init() should be called before EVP_MAC_update() and EVP_MAC_final().
156 EVP_MAC_final() does the final computation and stores the result in
315 EVP_MAC_final() should produce.
337 EVP_MAC_init(), EVP_MAC_update() and EVP_MAC_final() for a full
353 after EVP_MAC_final() has been called cannot reset its cipher state to what it
387 EVP_MAC_init(), EVP_MAC_update(), EVP_MAC_final(), and EVP_MAC_finalXOF()
446 if (!EVP_MAC_final(ctx, buf, &final_l, sizeof(buf)))
H A DCMAC_CTX.pod47 =item L<EVP_MAC_final(3)> to finalize the MAC and retrieve the output.
103 L<EVP_MAC_update(3)>, and L<EVP_MAC_final(3)>.
H A DHMAC.pod79 L<EVP_MAC_init(3)>, L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>
/openssl/crypto/modes/
H 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/doc/life-cycles/
H A Dmac.dot15 updated -> finaled [label="EVP_MAC_final"];
/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c488 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
509 if (!EVP_MAC_final(ctx, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
514 if (!EVP_MAC_final(ctx, out, NULL, olen)) in tls1_prf_P_hash()
H A Dkbkdf.c250 || !EVP_MAC_final(ctx, k_i, NULL, h)) in derive()
290 && EVP_MAC_final(ctx, out, NULL, outlen); in kmac_derive()
H A Dsskdf.c283 if (!EVP_MAC_final(ctx, out, NULL, len)) in SSKDF_mac_kdm()
290 if (!EVP_MAC_final(ctx, mac, NULL, out_len)) in SSKDF_mac_kdm()
/openssl/ssl/quic/
H A Dquic_srt_gen.c77 if (!EVP_MAC_final(srt_gen->mac_ctx, mac, &outl, sizeof(mac)) in ossl_quic_srt_gen_calculate_token()
/openssl/providers/fips/
H A Dself_test.c220 || !EVP_MAC_final(ctx, out, &out_len, MAX_MD_SIZE)) in integrity_self_test()
280 if (!EVP_MAC_final(ctx, out, &out_len, sizeof(out))) in verify_integrity()
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c159 return EVP_MAC_final(pmacctx->macctx, mac, maclen, macsize); in mac_digest_sign_final()
/openssl/ssl/record/methods/
H A Dtls13_meth.c190 || !EVP_MAC_final(mac_ctx, tag, &taglen, rl->taglen)) { in tls13_cipher()
/openssl/test/
H A Dbad_dtls_test.c324 || !EVP_MAC_final(ctx, enc + len, NULL, SHA_DIGEST_LENGTH)) in send_record()

Completed in 85 milliseconds

12