Searched refs:current_cert (Results 1 – 12 of 12) sorted by relevance
833 dnsccert *current_cert = &env->certs[cert_id++]; in dnsc_parse_keys() local835 current_cert->keypair = current_keypair; in dnsc_parse_keys()836 memcpy(current_cert->magic_query, in dnsc_parse_keys()839 memcpy(current_cert->es_version, in dnsc_parse_keys()844 current_cert->keypair->crypt_publickey); in dnsc_parse_keys()848 key_get_es_version(current_cert->es_version)); in dnsc_parse_keys()850 if (current_cert->es_version[1] == 0x02) { in dnsc_parse_keys()
275 X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx); in cb() local278 if (current_cert != NULL) { in cb()280 X509_get_subject_name(current_cert), in cb()
331 X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx); in cb() local334 if (current_cert != NULL) { in cb()336 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()939 ctx->current_cert = x; in check_cert()1062 X509 *x = ctx->current_cert; in get_crl_sk()1179 if (((ctx->current_cert->ex_flags | base->flags) & EXFLAG_FRESHEST) == 0) in get_delta_sk()1677 ctx->current_cert = NULL; in check_policy()1687 ctx->current_cert = NULL; in check_policy()1838 ctx->current_cert = xs; in internal_verify()2157 return ctx->current_cert; in X509_STORE_CTX_get_current_cert()2162 ctx->current_cert = x; in X509_STORE_CTX_set_current_cert()2341 ctx->current_cert = NULL; in X509_STORE_CTX_init()[all …]
738 ctx->current_cert = x; \
1196 ctx->current_cert = x; \
160 ctx->current_cert = (x != NULL) ? x : sk_X509_value(ctx->chain, depth); in verify_cb_cert()903 ctx->current_cert = x; in check_cert()1030 X509 *x = ctx->current_cert; in get_crl_sk()1156 if (!((ctx->current_cert->ex_flags | base->flags) & EXFLAG_FRESHEST)) in get_delta_sk()1667 ctx->current_cert = NULL; in check_policy()1677 ctx->current_cert = NULL; in check_policy()1832 ctx->current_cert = xs; in internal_verify()2122 return ctx->current_cert; in X509_STORE_CTX_get_current_cert()2127 ctx->current_cert = x; in X509_STORE_CTX_set_current_cert()2285 ctx->current_cert = NULL; in X509_STORE_CTX_init()[all …]
243 X509 *current_cert; member
266 X509 *current_cert; member
735 ctx->current_cert = x; \
1177 ctx->current_cert = x; \
709 X509 *current_cert = in check_peer_cert() local712 X509_get_issuer_name(current_cert), in check_peer_cert()