Searched refs:subject_cert (Results 1 – 4 of 4) sorted by relevance
126 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) { in s2i_skey_id()134 pk = ctx->subject_cert->cert_info->key->public_key; in s2i_skey_id()
371 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) { in copy_email()376 if (ctx->subject_cert) in copy_email()377 nm = X509_get_subject_name(ctx->subject_cert); in copy_email()
459 ctx->subject_cert = subj; in X509V3_set_ctx()
140 X509 *subject_cert; member