Searched refs:subjectName (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-int-pkinit.h | 72 krb5_data subjectName; /* Optional */ member
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_lib.c | 162 free((*in)[i]->subjectName.data); in free_krb5_external_principal_identifier()
|
| H A D | pkinit_crypto_openssl.c | 5251 krb5_cas[i]->subjectName.magic = 0; in create_identifiers_from_stack() 5252 krb5_cas[i]->subjectName.length = 0; in create_identifiers_from_stack() 5253 krb5_cas[i]->subjectName.data = NULL; in create_identifiers_from_stack() 5259 krb5_cas[i]->subjectName.data = (char *)p; in create_identifiers_from_stack() 5261 krb5_cas[i]->subjectName.length = len; in create_identifiers_from_stack() 5468 if (krb5_trusted_certifiers[i]->subjectName.data != NULL) { in pkinit_process_td_trusted_certifiers() 5469 p = (unsigned char *)krb5_trusted_certifiers[i]->subjectName.data; in pkinit_process_td_trusted_certifiers() 5471 (int)krb5_trusted_certifiers[i]->subjectName.length); in pkinit_process_td_trusted_certifiers()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | pkinit.asn1 | 61 subjectName [0] IMPLICIT OCTET STRING OPTIONAL,
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_hdr.c | 290 … : ctx->subjectName; in ossl_cmp_hdr_init()
|
| H A D | cmp_msg.c | 282 if (ctx->subjectName != NULL) in determine_subj() 283 return IS_NULL_DN(ctx->subjectName) ? NULL : ctx->subjectName; in determine_subj()
|
| H A D | cmp_ctx.c | 237 X509_NAME_free(ctx->subjectName); in OSSL_CMP_CTX_free() 631 DEFINE_OSSL_CMP_CTX_set1(subjectName, X509_NAME)
|
| H A D | cmp_local.h | 112 X509_NAME *subjectName; /* subject name to be used in cert template */ member
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 284 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 D | cmp_ctx_test.c | 791 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, subjectName, X509_NAME) in DEFINE_SET_CB_TEST()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_k_encode.c | 1443 subjectName, 0, opt_ostring_data);
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_CTX_new.pod | 609 The I<subjectName> is also used as fallback for the sender field
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 837 while the subject of B<-oldcert> or B<-subjectName> may provide fallback values.
|