Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDEVP_DigestSignInit.pod5 EVP_DigestSignInit, EVP_DigestSignUpdate, EVP_DigestSignFinal - EVP signing functions
13 int EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *d, unsigned int cnt);
26 EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the
40 EVP_DigestSignInit() EVP_DigestSignUpdate() and EVP_DigestSignaFinal() return
62 context. This means that calls to EVP_DigestSignUpdate() and
84 EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal()
/NextBSD/crypto/openssl/ssl/
HDt1_enc.c183 if (seed1 && !EVP_DigestSignUpdate(&ctx, seed1, seed1_len)) in tls1_P_hash()
185 if (seed2 && !EVP_DigestSignUpdate(&ctx, seed2, seed2_len)) in tls1_P_hash()
187 if (seed3 && !EVP_DigestSignUpdate(&ctx, seed3, seed3_len)) in tls1_P_hash()
189 if (seed4 && !EVP_DigestSignUpdate(&ctx, seed4, seed4_len)) in tls1_P_hash()
191 if (seed5 && !EVP_DigestSignUpdate(&ctx, seed5, seed5_len)) in tls1_P_hash()
200 if (!EVP_DigestSignUpdate(&ctx, A1, A1_len)) in tls1_P_hash()
204 if (seed1 && !EVP_DigestSignUpdate(&ctx, seed1, seed1_len)) in tls1_P_hash()
206 if (seed2 && !EVP_DigestSignUpdate(&ctx, seed2, seed2_len)) in tls1_P_hash()
208 if (seed3 && !EVP_DigestSignUpdate(&ctx, seed3, seed3_len)) in tls1_P_hash()
210 if (seed4 && !EVP_DigestSignUpdate(&ctx, seed4, seed4_len)) in tls1_P_hash()
[all …]
HDs3_cbc.c817 EVP_DigestSignUpdate(mac_ctx, data, in tls_fips_digest_extra()
/NextBSD/crypto/openssl/crypto/evp/
HDevp_extra_test.c292 !EVP_DigestSignUpdate(&md_ctx, kMsg, sizeof(kMsg))) { in test_EVP_DigestSignInit()
HDevp.h560 # define EVP_DigestSignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) macro
/NextBSD/crypto/openssl/crypto/asn1/
HDa_sign.c303 if (!EVP_DigestSignUpdate(ctx, buf_in, inl) in ASN1_item_sign_ctx()
/NextBSD/crypto/openssl/crypto/cms/
HDcms_sd.c709 if (EVP_DigestSignUpdate(mctx, abuf, alen) <= 0) in CMS_SignerInfo_sign()
/NextBSD/crypto/openssl/crypto/pkcs7/
HDpk7_doit.c938 if (EVP_DigestSignUpdate(&mctx, abuf, alen) <= 0) in PKCS7_SIGNER_INFO_sign()
/NextBSD/secure/lib/libcrypto/
HDMakefile.man632 MLINKS+= EVP_DigestSignInit.3 EVP_DigestSignUpdate.3