Searched refs:x509_ctx (Results 1 – 4 of 4) sorted by relevance
76 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() argument
6085 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() argument
18 typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);177 (preverify_ok=0). B<x509_ctx> is a pointer to the complete context used183 a verification error is found, the error number is stored in B<x509_ctx>
320 typedef int (*SSL_verify_cb)(int preverify_ok, X509_STORE_CTX *x509_ctx);
Completed in 48 milliseconds