Home
last modified time | relevance | path

Searched refs:X509_V_FLAG_INHIBIT_MAP (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/x509v3/
Dpcy_tree.c80 if ((lev->flags & X509_V_FLAG_INHIBIT_MAP) in expected_print()
162 flags |= X509_V_FLAG_INHIBIT_MAP; in tree_init()
175 if (flags & X509_V_FLAG_INHIBIT_MAP) in tree_init()
280 level->flags |= X509_V_FLAG_INHIBIT_MAP; in tree_init()
400 if ((last->flags & X509_V_FLAG_INHIBIT_MAP) in tree_link_unmatched()
494 if (curr->flags & X509_V_FLAG_INHIBIT_MAP) { in tree_prune()
Dpcy_node.c176 if ((lvl->flags & X509_V_FLAG_INHIBIT_MAP) in policy_node_match()
/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509_vfy.h419 # define X509_V_FLAG_INHIBIT_MAP 0x400 macro
445 | X509_V_FLAG_INHIBIT_MAP)
/freebsd-10-stable/crypto/openssl/doc/crypto/
DX509_VERIFY_PARAM_set_flags.pod106 B<X509_V_FLAG_INHIBIT_MAP> set the B<require explicit policy>, B<inhibit any
/freebsd-10-stable/crypto/openssl/apps/
Dapps.c2231 flags |= X509_V_FLAG_INHIBIT_MAP; in args_verify()