Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/x509v3/
HDv3_crld.c521 for (i = 0; i < sk_DIST_POINT_num(crld); i++) { in i2r_crldp()
HDv3_purp.c379 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) in setup_crldp()
/freebsd-11-stable/crypto/openssl/crypto/x509/
HDx509_vfy.c1544 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) { in crl_crldp_check()
/freebsd-11-stable/crypto/openssl/apps/
HDapps.c2863 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) { in load_crl_crldp()
/freebsd-11-stable/crypto/openssl/crypto/stack/
HDsafestack.h701 # define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st)) macro