Home
last modified time | relevance | path

Searched refs:sk_ASN1_UTF8STRING_num (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/ts/
H A Dts_rsp_verify.c610 if (sk_ASN1_UTF8STRING_num(info->text) > 0 && in TS_check_status_info()
654 for (i = 0; i < sk_ASN1_UTF8STRING_num(text); ++i) { in TS_get_status_text()
666 for (i = 0; i < sk_ASN1_UTF8STRING_num(text); ++i) { in TS_get_status_text()
H A Dts_rsp_print.c161 for (i = 0; i < sk_ASN1_UTF8STRING_num(a->text); ++i) { in TS_STATUS_INFO_print_bio()
/openbsd/usr.sbin/rpki-client/
H A Dtak.c97 res->num_comments = sk_ASN1_UTF8STRING_num(takey->comments); in parse_takey()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h293 #define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st)) macro