Searched refs:X509_digest_sig (Results 1 – 6 of 6) sorted by relevance
6 X509_digest_sig,20 ASN1_OCTET_STRING *X509_digest_sig(const X509 *cert,43 X509_digest_sig() calculates a digest of the given certificate I<cert>70 X509_digest_sig() returns an ASN1_OCTET_STRING pointer on success, else NULL.80 The X509_digest_sig() function was added in OpenSSL 3.0.
640 if ((digest = X509_digest_sig(ctx->certOut, NULL, NULL)) == NULL) in process_certConf()
516 ASN1_OCTET_STRING *X509_digest_sig(const X509 *cert, in X509_digest_sig() function
835 if ((certHash = X509_digest_sig(ctx->newCert, &md, &is_fallback)) == NULL) in ossl_cmp_certConf_new()
365 ASN1_OCTET_STRING *X509_digest_sig(const X509 *cert,
4927 X509_digest_sig 5055 3_0_0 EXIST::FUNCTION:
Completed in 69 milliseconds