Home
last modified time | relevance | path

Searched refs:check_policy (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/netipsec/
Dipsec_mod.c65 .check_policy = ipsec4_in_reject,
86 .check_policy = ipsec6_in_reject,
Dipsec_support.h49 int (*check_policy)(const struct mbuf *, struct inpcb *); member
126 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__)
Dsubr_ipsec.c360 check_policy, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_lu.c866 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() argument
868 ctx->check_policy = check_policy; in X509_STORE_set_check_policy()
873 return ctx->check_policy; in X509_STORE_get_check_policy()
Dx509_local.h130 int (*check_policy) (X509_STORE_CTX *ctx); member
Dx509_vfy.c78 static int check_policy(X509_STORE_CTX *ctx);
250 ok = ctx->check_policy(ctx); in verify_chain()
1618 static int check_policy(X509_STORE_CTX *ctx) in check_policy() function
2350 if (store && store->check_policy) in X509_STORE_CTX_init()
2351 ctx->check_policy = store->check_policy; in X509_STORE_CTX_init()
2353 ctx->check_policy = check_policy; in X509_STORE_CTX_init()
2542 return ctx->check_policy; in X509_STORE_CTX_get_check_policy()
/freebsd-12-stable/crypto/openssl/include/crypto/
Dx509.h225 int (*check_policy) (X509_STORE_CTX *ctx); member
/freebsd-12-stable/crypto/openssl/doc/man3/
DX509_STORE_set_verify_cb_func.pod91 X509_STORE_CTX_check_policy_fn check_policy);
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509_vfy.h316 X509_STORE_CTX_check_policy_fn check_policy);
/freebsd-12-stable/crypto/heimdal/kdc/
Dkrb5tgs.c616 krb5_boolean check_policy, in fix_transited_encoding() argument
700 if(check_policy) { in fix_transited_encoding()
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt1714 X509_F_CHECK_POLICY:145:check_policy