Searched refs:EVP_MD_CTX (Results 51 - 75 of 139) sorted by relevance

123456

/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c66 snmp_digest_init(const struct snmp_user *user, EVP_MD_CTX *ctx,
97 EVP_MD_CTX *ctx;
252 EVP_MD_CTX *ctx;
298 EVP_MD_CTX *ctx;
342 EVP_MD_CTX *ctx;
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dbio_ok.c104 EVP_MD_CTX *md;
449 EVP_MD_CTX *md;
467 * particularly now EVP_MD_CTX has been restructured.
491 EVP_MD_CTX *md;
539 EVP_MD_CTX *md;
570 EVP_MD_CTX *md;
H A Devp_key.c79 EVP_MD_CTX *c;
H A Dp5_crpt.c28 EVP_MD_CTX *ctx;
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Decx_meth.c505 static int ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
527 static int ecd_item_sign25519(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
547 static int ecd_item_sign448(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
738 static int pkey_ecd_digestsign25519(EVP_MD_CTX *ctx, unsigned char *sig,
759 static int pkey_ecd_digestsign448(EVP_MD_CTX *ctx, unsigned char *sig,
781 static int pkey_ecd_digestverify25519(EVP_MD_CTX *ctx, const unsigned char *sig,
793 static int pkey_ecd_digestverify448(EVP_MD_CTX *ctx, const unsigned char *sig,
/freebsd-12-stable/crypto/openssl/engines/
H A De_dasync.c58 static int dasync_sha1_init(EVP_MD_CTX *ctx);
59 static int dasync_sha1_update(EVP_MD_CTX *ctx, const void *data,
61 static int dasync_sha1_final(EVP_MD_CTX *ctx, unsigned char *md);
483 static int dasync_sha1_init(EVP_MD_CTX *ctx)
490 static int dasync_sha1_update(EVP_MD_CTX *ctx, const void *data,
498 static int dasync_sha1_final(EVP_MD_CTX *ctx, unsigned char *md)
/freebsd-12-stable/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c520 static int digest_init(EVP_MD_CTX *ctx)
554 static int digest_update(EVP_MD_CTX *ctx, const void *data, size_t count)
573 static int digest_final(EVP_MD_CTX *ctx, unsigned char *md)
588 static int digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from)
613 static int digest_cleanup(EVP_MD_CTX *ctx)
/freebsd-12-stable/crypto/openssl/ssl/
H A Ds3_cbc.c91 char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx)
110 * ctx: the EVP_MD_CTX from which we take the hash function.
111 * ssl3_cbc_record_digest_supported must return true for this EVP_MD_CTX.
128 int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx,
156 EVP_MD_CTX *md_ctx = NULL;
H A Ds3_enc.c19 EVP_MD_CTX *m5;
20 EVP_MD_CTX *s1;
417 EVP_MD_CTX *ctx = NULL;
482 EVP_MD_CTX *ctx = EVP_MD_CTX_new();
H A Dtls13_enc.c205 EVP_MD_CTX *mctx = EVP_MD_CTX_new();
295 EVP_MD_CTX *ctx = EVP_MD_CTX_new();
509 EVP_MD_CTX *mdctx = NULL;
793 EVP_MD_CTX *ctx = EVP_MD_CTX_new();
835 EVP_MD_CTX *ctx = EVP_MD_CTX_new();
/freebsd-12-stable/crypto/heimdal/kdc/
H A Ddigest-service.c157 EVP_MD_CTX *md5ctx;
187 EVP_MD_CTX *ctxp;
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c53 EVP_MD_CTX *m;
218 EVP_MD_CTX *m;
/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_pss.c41 EVP_MD_CTX *ctx = EVP_MD_CTX_new();
154 EVP_MD_CTX *ctx = NULL;
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c178 X509 *signer, EVP_MD_CTX *ctx,
236 EVP_MD_CTX *ctx = EVP_MD_CTX_new();
/freebsd-12-stable/usr.sbin/uefisign/
H A Dchild.c86 digest_range(struct executable *x, EVP_MD_CTX *mdctx, off_t off, size_t len)
102 EVP_MD_CTX *mdctx;
/freebsd-12-stable/crypto/openssl/apps/
H A Ddgst.c316 EVP_MD_CTX *mctx = NULL;
347 EVP_MD_CTX *mctx = NULL;
382 EVP_MD_CTX *tctx;
519 EVP_MD_CTX *ctx;
536 EVP_MD_CTX *ctx;
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dlibressl-api-compat.c616 EVP_MD_CTX *
619 return calloc(1, sizeof(EVP_MD_CTX));
625 EVP_MD_CTX_free(EVP_MD_CTX *ctx)
/freebsd-12-stable/contrib/sendmail/src/
H A Dtlsh.c83 EVP_MD_CTX *mdctx;
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dossl_typ.h92 typedef struct evp_md_ctx_st EVP_MD_CTX; typedef in typeref:struct:evp_md_ctx_st
/freebsd-12-stable/crypto/openssh/
H A Ddigest-openssl.c46 EVP_MD_CTX *mdctx;
/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_kdf.c103 EVP_MD_CTX *mctx = NULL;
/freebsd-12-stable/lib/libsecureboot/openpgp/
H A Dopgp_sig.c237 EVP_MD_CTX ctx;
301 EVP_MD_CTX mctx;
/freebsd-12-stable/crypto/openssl/crypto/cms/
H A Dcms_local.h93 EVP_MD_CTX *mctx;
387 int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain,
H A Dcms_sd.c430 EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si)
559 EVP_MD_CTX *mctx = EVP_MD_CTX_new();
658 EVP_MD_CTX *mctx = si->mctx;
727 EVP_MD_CTX *mctx = NULL;
806 EVP_MD_CTX *mctx = EVP_MD_CTX_new();
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c594 static BIO *PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid)
615 static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx)
651 EVP_MD_CTX *mdc, *ctx_tmp;
746 * We now have the EVP_MD_CTX, lets do the signing.
821 EVP_MD_CTX *mctx;
943 EVP_MD_CTX *mdc_tmp, *mdc;

Completed in 383 milliseconds

123456