Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx_crl.c255 if (crl->meth->crl_init) { in crl_cb()
256 if (crl->meth->crl_init(crl) == 0) in crl_cb()
482 X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init) (X509_CRL *crl), in X509_CRL_METHOD_new()
495 m->crl_init = crl_init; in X509_CRL_METHOD_new()
H A Dx509_local.h67 int (*crl_init) (X509_CRL *crl); member
/openssl/include/openssl/
H A Dx509.h.in316 X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init) (X509_CRL *crl),

Completed in 28 milliseconds