Searched refs:subject_cert (Results 1 – 4 of 4) sorted by relevance
76 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) { in s2i_skey_id()84 pubkey = ctx->subject_cert->cert_info.key; in s2i_skey_id()
353 || (ctx->subject_cert == NULL && ctx->subject_req == NULL)) { in copy_email()358 if (ctx->subject_cert) in copy_email()359 nm = X509_get_subject_name(ctx->subject_cert); in copy_email()
436 ctx->subject_cert = subj; in X509V3_set_ctx()
84 X509 *subject_cert; member