Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_mod.c62 .check_policy = ipsec4_in_reject,
84 .check_policy = ipsec6_in_reject,
H A Dipsec_support.h78 int (*check_policy)(const struct mbuf *, struct inpcb *); member
155 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__)
H A Dsubr_ipsec.c357 check_policy, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_lu.c919 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() argument
921 ctx->check_policy = check_policy; in X509_STORE_set_check_policy()
926 return ctx->check_policy; in X509_STORE_get_check_policy()
H A Dx509_local.h139 int (*check_policy) (X509_STORE_CTX *ctx); member
H A Dx509_vfy.c56 static int check_policy(X509_STORE_CTX *ctx);
246 ok = ctx->check_policy(ctx); in verify_chain()
1629 static int check_policy(X509_STORE_CTX *ctx) in check_policy() function
2399 if (store != NULL && store->check_policy != NULL) in X509_STORE_CTX_init()
2400 ctx->check_policy = store->check_policy; in X509_STORE_CTX_init()
2402 ctx->check_policy = check_policy; in X509_STORE_CTX_init()
2589 return ctx->check_policy; in X509_STORE_CTX_get_check_policy()
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h245 int (*check_policy) (X509_STORE_CTX *ctx); member
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod97 X509_STORE_CTX_check_policy_fn check_policy);
/freebsd/crypto/heimdal/kdc/
H A Dkrb5tgs.c616 krb5_boolean check_policy, in fix_transited_encoding() argument
704 if(check_policy) { in fix_transited_encoding()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h541 X509_STORE_CTX_check_policy_fn check_policy);
H A Dx509_vfy.h.in444 X509_STORE_CTX_check_policy_fn check_policy);