Home
last modified time | relevance | path

Searched refs:subjectName (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dpkinit.asn161 subjectName [0] IMPLICIT OCTET STRING OPTIONAL,
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c310 ctx->subjectName; in ossl_cmp_hdr_init()
H A Dcmp_msg.c259 if (ctx->subjectName != NULL) in determine_subj()
260 return IS_NULL_DN(ctx->subjectName) ? NULL : ctx->subjectName; in determine_subj()
H A Dcmp_ctx.c223 X509_NAME_free(ctx->subjectName); in OSSL_CMP_CTX_free()
685 DEFINE_OSSL_CMP_CTX_set1(subjectName, X509_NAME) in DEFINE_OSSL_CMP_CTX_set1_up_ref()
H A Dcmp_local.h106 X509_NAME *subjectName; /* subject name to be used in cert template */ member
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c284 id.subjectName = calloc(1, sizeof(*id.subjectName)); in cert2epi()
285 if (id.subjectName == NULL) { in cert2epi()
291 ret = hx509_name_binary(subject, id.subjectName); in cert2epi()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c768 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, subjectName, X509_NAME) in DEFINE_SET_CB_TEST()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod546 The I<subjectName> is also used as fallback for the sender field
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in681 while the subject of B<-oldcert> or B<-subjectName> may provide fallback values.