Searched refs:subject_req (Results 1 – 4 of 4) sorted by relevance
121 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) { in s2i_skey_id()126 if (ctx->subject_req) in s2i_skey_id()127 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
355 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) { in copy_email()363 nm = X509_REQ_get_subject_name(ctx->subject_req); in copy_email()
459 ctx->subject_req = req; in X509V3_set_ctx()
139 X509_REQ *subject_req; member