Searched refs:sk_X509_pop (Results 1 – 5 of 5) sorted by relevance
350 *cert = sk_X509_pop(chain); in ldns_dane_get_nth_cert_from_validation_chain()353 *cert = sk_X509_pop(chain); in ldns_dane_get_nth_cert_from_validation_chain()633 cert = sk_X509_pop(chain); in ldns_dane_match_any_cert_with_data()
1651 (void)sk_X509_pop(ctx->chain); in check_policy()2882 X509_free(sk_X509_pop(ctx->chain)); in check_dane_pkeys()3138 X509_free(sk_X509_pop(ctx->chain)); in build_chain()
951 x = sk_X509_pop(chain); in ssl_build_cert_chain()
3635 while ((cert = sk_X509_pop(certs)) != NULL) { in tls_parse_pkcs12()3681 while ((cert = sk_X509_pop(certs)) != NULL) { in tls_parse_pkcs12()
88 #define sk_X509_pop(sk) ((X509 *)OPENSSL_sk_pop(ossl_check_X509_sk_type(sk))) macro