Searched refs:current_cert (Results 1 – 5 of 5) sorted by relevance
330 X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx); in cb() local333 if (current_cert != NULL) { in cb()335 X509_get_subject_name(current_cert), in cb()
160 ctx->current_cert = (x != NULL) ? x : sk_X509_value(ctx->chain, depth); in verify_cb_cert()941 ctx->current_cert = x; in check_cert()1064 X509 *x = ctx->current_cert; in get_crl_sk()1671 ctx->current_cert = NULL; in check_policy()1681 ctx->current_cert = NULL; in check_policy()1832 ctx->current_cert = xs; in internal_verify()2151 return ctx->current_cert; in X509_STORE_CTX_get_current_cert()2156 ctx->current_cert = x; in X509_STORE_CTX_set_current_cert()2336 ctx->current_cert = NULL; in X509_STORE_CTX_init()2945 ctx->current_cert = cert; in dane_verify()[all …]
711 ctx->current_cert = x; \
1154 ctx->current_cert = x; \
266 X509 *current_cert; member
Completed in 17 milliseconds