Home
last modified time | relevance | path

Searched refs:EXFLAG_INVALID_POLICY (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_cache.c70 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_create()
169 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_new()
H A Dpcy_tree.c151 if (ex_flags & EXFLAG_INVALID_POLICY) in tree_init()
H A Dx509_vfy.c1663 if ((x->ex_flags & EXFLAG_INVALID_POLICY) != 0) in check_policy()
1665 CB_FAIL_IF((x->ex_flags & EXFLAG_INVALID_POLICY) != 0, in check_policy()
/freebsd/crypto/openssl/doc/man3/
H A DX509_get_extension_flags.pod92 =item B<EXFLAG_INVALID_POLICY>
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in412 # define EXFLAG_INVALID_POLICY 0x800 macro
H A Dx509v3.h652 # define EXFLAG_INVALID_POLICY 0x800 macro