Searched refs:sk_X509_pop (Results 1 – 6 of 6) sorted by relevance
144 X509 *x509 = sk_X509_pop(out_certs); in PKCS7_get_certificates()
337 chain_ss=sk_X509_pop(ctx->chain); in X509_verify_cert()
1051 X509 *x509 = sk_X509_pop(out_certs); in PKCS12_get_key_and_certs()
2480 while ((cert = sk_X509_pop(certs)) != NULL) { in tls_parse_pkcs12()2526 while ((cert = sk_X509_pop(certs)) != NULL) { in tls_parse_pkcs12()
509 X509 *x = sk_X509_pop(ca); in cert_stuff()
2164 #define sk_X509_pop(sk) \ macro