Searched refs:subject_req (Results 1 – 4 of 4) sorted by relevance
123 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) { in s2i_skey_id()128 if (ctx->subject_req) in s2i_skey_id()129 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
368 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) { in copy_email()376 nm = X509_REQ_get_subject_name(ctx->subject_req); in copy_email()
460 ctx->subject_req = req; in X509V3_set_ctx()
141 X509_REQ *subject_req; member