Searched refs:sk_ASN1_UTF8STRING_num (Results 1 – 4 of 4) sorted by relevance
610 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()
161 for (i = 0; i < sk_ASN1_UTF8STRING_num(a->text); ++i) { in TS_STATUS_INFO_print_bio()
97 res->num_comments = sk_ASN1_UTF8STRING_num(takey->comments); in parse_takey()
293 #define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st)) macro