Searched refs:subject_req (Results 1 – 4 of 4) sorted by relevance
126 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) { in s2i_skey_id()131 if (ctx->subject_req) in s2i_skey_id()132 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
371 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) { in copy_email()379 nm = X509_REQ_get_subject_name(ctx->subject_req); in copy_email()
461 ctx->subject_req = req; in X509V3_set_ctx()
141 X509_REQ *subject_req; member