Home
last modified time | relevance | path

Searched refs:subject_req (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_skey.c142 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()
H A Dx509_alt.c471 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) { in copy_email()
479 nm = X509_REQ_get_subject_name(ctx->subject_req); in copy_email()
H A Dx509_conf.c437 ctx->subject_req = req; in X509V3_set_ctx()
H A Dx509v3.h128 X509_REQ *subject_req; member