Searched refs:sk_X509_pop (Results 1 – 6 of 6) sorted by relevance
133 while ((x = sk_X509_pop(ocerts))) in PKCS12_parse()
277 chain_ss=sk_X509_pop(ctx->chain); in X509_verify_cert()
1475 while ((cert = sk_X509_pop(certs)) != NULL) { in tls_parse_pkcs12()
1767 while ((cert = sk_X509_pop(certs)) != NULL) { in tls_parse_pkcs12()
1722 #define sk_X509_pop(st) SKM_sk_pop(X509, (st)) macro