Searched refs:X509_STORE_CTX_set_current_cert (Results 1 – 6 of 6) sorted by relevance
314 #define X509_STORE_CTX_set_current_cert(ctx, x) { (ctx)->current_cert = (x); } macro
3986 X509_STORE_CTX_set_current_cert 4078 3_0_0 EXIST::FUNCTION:
7 X509_STORE_CTX_get_current_cert, X509_STORE_CTX_set_current_cert,21 void X509_STORE_CTX_set_current_cert(X509_STORE_CTX *ctx, X509 *x);58 X509_STORE_CTX_set_current_cert() sets the certificate I<x> in I<ctx> which
153 X509_STORE_CTX_set_current_cert(csc, cert); in verify_cb_cert()
668 void X509_STORE_CTX_set_current_cert(X509_STORE_CTX *ctx, X509 *x);
2292 void X509_STORE_CTX_set_current_cert(X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_set_current_cert() function
Completed in 33 milliseconds