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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_skey.c121 if (!ctx || (!ctx->subject_req && !ctx->subject_cert)) {
129 pk = ctx->subject_cert->cert_info->key->public_key;
H A Dv3_alt.c349 if (!ctx || (!ctx->subject_cert && !ctx->subject_req)) {
354 if (ctx->subject_cert)
355 nm = X509_get_subject_name(ctx->subject_cert);
H A Dv3_conf.c457 ctx->subject_cert = subj;
H A Dx509v3.h131 X509 *subject_cert; member in struct:v3_ext_ctx

Completed in 108 milliseconds