Searched refs:subject_cert (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_skey.c136 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) {
144 pk = ctx->subject_cert->cert_info->key->public_key;
H A Dx509_alt.c453 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) {
458 if (ctx->subject_cert)
459 nm = X509_get_subject_name(ctx->subject_cert);
H A Dx509_conf.c501 ctx->subject_cert = subj;
H A Dx509v3.h135 X509 *subject_cert; member in struct:v3_ext_ctx

Completed in 199 milliseconds