Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1127 oerr_cert(krb5_context context, krb5_error_code code, X509_STORE_CTX *certctx, in oerr_cert() argument
1130 int depth = X509_STORE_CTX_get_error_depth(certctx); in oerr_cert()
1131 int err = X509_STORE_CTX_get_error(certctx); in oerr_cert()
1759 X509_STORE_CTX *certctx; in cms_signeddata_create() local
1773 certctx = X509_STORE_CTX_new(); in cms_signeddata_create()
1774 if (certctx == NULL) in cms_signeddata_create()
1776 X509_STORE_CTX_init(certctx, certstore, id_cryptoctx->my_cert, in cms_signeddata_create()
1778 X509_STORE_CTX_trusted_stack(certctx, id_cryptoctx->trustedCAs); in cms_signeddata_create()
1779 if (!X509_verify_cert(certctx)) { in cms_signeddata_create()
1780 retval = oerr_cert(context, 0, certctx, in cms_signeddata_create()
[all …]