Searched refs:subject_req (Results 1 – 4 of 4) sorted by relevance
142 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) { in s2i_skey_id()147 if (ctx->subject_req) in s2i_skey_id()148 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
471 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) { in copy_email()479 nm = X509_REQ_get_subject_name(ctx->subject_req); in copy_email()
437 ctx->subject_req = req; in X509V3_set_ctx()
128 X509_REQ *subject_req; member