Searched refs:HMAC_Final (Results 1 – 14 of 14) sorted by relevance
/openssl/test/ |
H A 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() 418 if (!TEST_true(HMAC_Final(ctx, buf, &len))) in test_hmac_chunks()
|
/openssl/doc/man3/ |
H A D | HMAC.pod | 12 HMAC_Final, 37 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len); 113 HMAC_Final() places the message authentication code in I<md>, which 134 HMAC_CTX_reset(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and 161 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
|
/openssl/include/openssl/ |
H A D | hmac.h | 47 OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
|
/openssl/crypto/rsa/ |
H A D | rsa_pk1.c | 356 if (HMAC_Final(hmac, hmac_out, &md_len) <= 0) { in ossl_rsa_prf() 362 if (HMAC_Final(hmac, to + pos, &md_len) <= 0) { in ossl_rsa_prf()
|
H A D | rsa_ossl.c | 507 if (HMAC_Final(hmac, kdk, &md_len) <= 0) { in derive_kdk()
|
/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 445 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive() 452 || !HMAC_Final(hctx, digtmp, NULL)) in pbkdf2_derive()
|
H A D | hkdf.c | 614 if (!HMAC_Final(hmac, prev, NULL)) in HKDF_Expand()
|
/openssl/ssl/ |
H A D | tls_depr.c | 133 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final()
|
/openssl/crypto/hmac/ |
H A D | hmac.c | 129 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function
|
/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 263 if (!HMAC_Final(macctx->ctx, out, &hlen)) in hmac_final()
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 549 if (!HMAC_Final(hctx->ctx, sig, &hlen)) in ossl_hmac_signctx()
|
/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 276 || !HMAC_Final(hmac, mac, maclen)) { in pkcs12_gen_mac()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1865 HMAC_Init_ex(), HMAC_Update(), HMAC_Final(), HMAC_size()
|
/openssl/util/ |
H A D | libcrypto.num | 397 HMAC_Final 405 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
Completed in 43 milliseconds