Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx_crl.c60 (void)sk_X509_REVOKED_set_cmp_func(a->revoked, X509_REVOKED_cmp); in crl_inf_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h126 #define sk_X509_REVOKED_set_cmp_func(sk, cmp) ((sk_X509_REVOKED_compfunc)OPENSSL_sk_set_cmp_func(os… macro