Searched refs:sk_ASN1_INTEGER_num (Results 1 – 3 of 3) sorted by relevance
759 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()
70 if ((providersz = sk_ASN1_INTEGER_num(providers)) == 0) { in aspa_parse_providers()
230 #define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st)) macro