Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dt_crl.c75 if (sk_X509_REVOKED_num(rev) > 0) in X509_CRL_print_ex()
80 for (i = 0; i < sk_X509_REVOKED_num(rev); i++) { in X509_CRL_print_ex()
H A Dx509cset.c59 for (i = 0; i < sk_X509_REVOKED_num(c->crl.revoked); i++) { in X509_CRL_sort()
H A Dx_crl.c92 for (i = 0; i < sk_X509_REVOKED_num(revoked); i++) {
457 for (num = sk_X509_REVOKED_num(crl->crl.revoked); idx < num; idx++) { in def_crl_lookup()
H A Dx509_vfy.c2094 for (i = 0; i < sk_X509_REVOKED_num(revs); i++) { in X509_CRL_diff()
/freebsd/crypto/openssl/doc/man3/
H A DX509_CRL_get0_by_serial.pod68 X509_CRL_get_REVOKED() using sk_X509_REVOKED_num() and examine each one
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h102 #define sk_X509_REVOKED_num(sk) OPENSSL_sk_num(ossl_check_const_X509_REVOKED_sk_type(sk)) macro