Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c905 X509_STORE_CTX certctx; in cms_signeddata_create() local
914 X509_STORE_CTX_init(&certctx, certstore, cert, in cms_signeddata_create()
916 X509_STORE_CTX_trusted_stack(&certctx, id_cryptoctx->trustedCAs); in cms_signeddata_create()
918 if (X509_verify_cert(&certctx) <= 0) { in cms_signeddata_create()
920 X509_verify_cert_error_string(X509_STORE_CTX_get_error(&certctx))); in cms_signeddata_create()
925 certstack = X509_STORE_CTX_get1_chain(&certctx); in cms_signeddata_create()
934 X509_STORE_CTX_cleanup(&certctx); in cms_signeddata_create()