Home
last modified time | relevance | path

Searched refs:IS_NULL_DN (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_hdr.c79 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
H A Dcmp_msg.c260 return IS_NULL_DN(ctx->subjectName) ? NULL : ctx->subjectName; in determine_subj()
283 ? (IS_NULL_DN(ctx->issuer) ? NULL : ctx->issuer) in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_local.h28 #define IS_NULL_DN(name) (X509_NAME_get_entry(name, 0) == NULL) macro
/third_party/openssl/crypto/cmp/
H A Dcmp_hdr.c79 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
H A Dcmp_msg.c260 return IS_NULL_DN(ctx->subjectName) ? NULL : ctx->subjectName; in determine_subj()
283 ? (IS_NULL_DN(ctx->issuer) ? NULL : ctx->issuer) in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_local.h28 #define IS_NULL_DN(name) (X509_NAME_get_entry(name, 0) == NULL) macro

Completed in 8 milliseconds