Searched refs:X509_STORE_CTX_get_current_cert (Results 1 – 8 of 8) sorted by relevance
875 X509* cert = X509_STORE_CTX_get_current_cert(store); in SSLVerifyCallback()899 reinterpret_cast<void*>(X509_STORE_CTX_get_current_cert(store)); in SSLVerifyCallback()
1038 X509* cert = X509_STORE_CTX_get_current_cert(store); in SSLVerifyCallback()
334 #define X509_STORE_CTX_get_current_cert X509_STORE_CTX_GET_CURRENT_CERT macro
190 cert = X509_STORE_CTX_get_current_cert (ctx); in ssl_verify()
508 OPENSSL_EXPORT X509 * X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx);
1001 cert = X509_STORE_CTX_get_current_cert(x509_ctx); in curl_cb_ssl_verify()
2138 X509 *X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx) in X509_STORE_CTX_get_current_cert() function
1766 err_cert = X509_STORE_CTX_get_current_cert(x509_ctx); in tls_verify_cb()