Symbol: sk_GENERAL_NAME_num
crypto/libressl/apps/openssl/cms.c
1838
for (j = 0; j < sk_GENERAL_NAME_num(gens); j++) {
crypto/libressl/crypto/asn1/x_crl.c
597
for (i = 0; i < sk_GENERAL_NAME_num(rev->issuer); i++) {
crypto/libressl/crypto/ts/ts_rsp_verify.c
446
if (is == NULL || cert == NULL || sk_GENERAL_NAME_num(is->issuer) != 1)
crypto/libressl/crypto/ts/ts_rsp_verify.c
838
for (i = 0, found = 0; !found && i < sk_GENERAL_NAME_num(gen_names);
crypto/libressl/crypto/x509/x509_alt.c
141
for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
crypto/libressl/crypto/x509/x509_alt.c
374
for (i = 0; i < sk_GENERAL_NAME_num(ialt); i++) {
crypto/libressl/crypto/x509/x509_crld.c
709
for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
crypto/libressl/crypto/x509/x509_ncons.c
344
for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++) {
crypto/libressl/crypto/x509/x509_purp.c
410
for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) {
crypto/libressl/crypto/x509/x509_purp.c
939
for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
crypto/libressl/crypto/x509/x509_utl.c
1008
for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
crypto/libressl/crypto/x509/x509_utl.c
620
for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
crypto/libressl/crypto/x509/x509_vfy.c
1522
for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) {
crypto/libressl/crypto/x509/x509_vfy.c
1534
for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++) {
crypto/libressl/crypto/x509/x509_vfy.c
1536
for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++) {
crypto/libressl/crypto/x509/x509_vfy.c
1555
for (i = 0; i < sk_GENERAL_NAME_num(dp->CRLissuer); i++) {
crypto/libressl/tls/tls_verify.c
116
count = sk_GENERAL_NAME_num(altname_stack);
lib/libfetch/common.c
952
for (i = 0; i < sk_GENERAL_NAME_num(altnames); ++i) {