Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_cpols.c759 sk_ASN1_INTEGER_num(ref->noticenos) > 1 ? "s" : ""); in print_notice()
760 for (i = 0; i < sk_ASN1_INTEGER_num(ref->noticenos); i++) { in print_notice()
/openbsd/usr.sbin/rpki-client/
H A Daspa.c70 if ((providersz = sk_ASN1_INTEGER_num(providers)) == 0) { in aspa_parse_providers()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h230 #define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st)) macro