Home
last modified time | relevance | path

Searched refs:EVP_DigestSignUpdate (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_DigestSignInit.pod5 EVP_DigestSignInit, EVP_DigestSignUpdate, EVP_DigestSignFinal,
14 int EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
87 EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the
105 EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignaFinal() and
120 calling EVP_DigestSignUpdate() and EVP_DigestSignFinal(). For algorithms which
133 context. This means that calls to EVP_DigestSignUpdate() and
156 EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal()
H A DEVP_PKEY_meth_new.pod348 the real message is passed to functions like L<EVP_DigestSignUpdate(3)> or
/freebsd-12.1/crypto/openssl/crypto/kdf/
H A Dtls1_prf.c204 if (seed != NULL && !EVP_DigestSignUpdate(ctx, seed, seed_len)) in tls1_prf_P_hash()
213 if (!EVP_DigestSignUpdate(ctx, A1, A1_len)) in tls1_prf_P_hash()
217 if (seed && !EVP_DigestSignUpdate(ctx, seed, seed_len)) in tls1_prf_P_hash()
/freebsd-12.1/crypto/openssl/doc/man7/
H A DSM2.pod20 instance, EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal().
/freebsd-12.1/crypto/openssl/crypto/evp/
H A Dm_sigver.c168 if (sigret != NULL && EVP_DigestSignUpdate(ctx, tbs, tbslen) <= 0) in EVP_DigestSign()
/freebsd-12.1/crypto/openssl/ssl/record/
H A Dssl3_record.c1354 if (EVP_DigestSignUpdate(mac_ctx, header, sizeof(header)) <= 0 in tls1_mac()
1355 || EVP_DigestSignUpdate(mac_ctx, rec->input, rec->length) <= 0 in tls1_mac()
/freebsd-12.1/crypto/openssl/ssl/
H A Dtls13_enc.c324 || EVP_DigestSignUpdate(ctx, hash, hashlen) <= 0 in tls13_final_finish_mac()
/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_sd.c696 if (EVP_DigestSignUpdate(mctx, abuf, alen) <= 0) in CMS_SignerInfo_sign()
/freebsd-12.1/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c851 if (EVP_DigestSignUpdate(mctx, abuf, alen) <= 0) in PKCS7_SIGNER_INFO_sign()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dextensions.c1602 || EVP_DigestSignUpdate(mctx, hash, hashsize) <= 0 in tls_psk_do_binder()
H A Dstatem_lib.c297 if (EVP_DigestSignUpdate(mctx, hdata, hdatalen) <= 0 in tls_construct_cert_verify()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Devp.h507 # define EVP_DigestSignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) macro
/freebsd-12.1/contrib/wpa/src/common/
H A Ddpp.c4706 if (EVP_DigestSignUpdate(md_ctx, signed1, signed1_len) != 1 || in dpp_build_conf_obj_dpp()
4707 EVP_DigestSignUpdate(md_ctx, dot, 1) != 1 || in dpp_build_conf_obj_dpp()
4708 EVP_DigestSignUpdate(md_ctx, signed2, signed2_len) != 1) { in dpp_build_conf_obj_dpp()
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man1408 MLINKS+= EVP_DigestSignInit.3 EVP_DigestSignUpdate.3