Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dx_crl.c273 if (!ossl_x509_crl_set0_libctx(crl, old->libctx, old->propq)) in crl_cb()
348 if (!ossl_x509_crl_set0_libctx(crl, libctx, propq)) { in X509_CRL_new_ex()
516 int ossl_x509_crl_set0_libctx(X509_CRL *x, OSSL_LIB_CTX *libctx, in ossl_x509_crl_set0_libctx() function
/openssl-master/include/crypto/
A Dx509.h318 int ossl_x509_crl_set0_libctx(X509_CRL *x, OSSL_LIB_CTX *libctx,
/openssl-master/crypto/store/
A Dstore_result.c498 if (crl != NULL && !ossl_x509_crl_set0_libctx(crl, libctx, propq)) { in try_crl()

Completed in 6 milliseconds