Home
last modified time | relevance | path

Searched refs:EVP_SignUpdate (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DEVP_SignInit.pod5 EVP_SignInit, EVP_SignInit_ex, EVP_SignUpdate, EVP_SignFinal
13 int EVP_SignUpdate(EVP_MD_CTX *ctx, const void *d, unsigned int cnt);
27 EVP_SignUpdate() hashes I<cnt> bytes of data at I<d> into the
43 EVP_SignInit_ex(), EVP_SignUpdate() and EVP_SignFinal() return 1
60 This means that calls to EVP_SignUpdate() and EVP_SignFinal() can be called
70 EVP_SignUpdate() could not be made after calling EVP_SignFinal().
75 data have been passed through EVP_SignUpdate().
DEVP_VerifyInit.pod71 data have been passed through EVP_SignUpdate().
DEVP_MD_meth_new.pod127 EVP_SignUpdate().
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c394 EVP_SignUpdate(ctx, (u_char *)vp, 12); in make_keylist()
395 EVP_SignUpdate(ctx, vp->ptr, sizeof(struct autokey)); in make_keylist()
1628 EVP_SignUpdate(ctx, (u_char *)&vp->tstamp, 12); in crypto_encrypt()
1629 EVP_SignUpdate(ctx, vp->ptr, vallen); in crypto_encrypt()
1865 EVP_SignUpdate(ctx, (u_char *)&pubkey, 12); in crypto_update()
1866 EVP_SignUpdate(ctx, pubkey.ptr, ntohl(pubkey.vallen)); in crypto_update()
1885 EVP_SignUpdate(ctx, (u_char *)&cp->cert, 12); in crypto_update()
1886 EVP_SignUpdate(ctx, cp->cert.ptr, in crypto_update()
1936 EVP_SignUpdate(ctx, (u_char *)&tai_leap, 12); in crypto_update()
1937 EVP_SignUpdate(ctx, tai_leap.ptr, len); in crypto_update()
[all …]
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Da_sign.c91 || !EVP_SignUpdate(ctx, (unsigned char *)buf_in, inl) in ASN1_sign()
/freebsd-12-stable/contrib/ldns/
Ddnssec_sign.c478 r = EVP_SignUpdate(ctx, (unsigned char*)
/freebsd-12-stable/crypto/openssl/include/openssl/
Devp.h501 # define EVP_SignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) macro
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1709 MLINKS+= EVP_SignInit.3 EVP_SignUpdate.3