Home
last modified time | relevance | path

Searched refs:IS_NULL_DN (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_hdr.c89 || (name->type == GEN_DIRNAME && IS_NULL_DN(name->d.directoryName)); in ossl_cmp_general_name_is_NULL_DN()
H A Dcmp_msg.c259 return IS_NULL_DN(ctx->subjectName) ? NULL : ctx->subjectName; in determine_subj()
282 ? (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 16 milliseconds