Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_lu.c900 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() argument
902 xs->check_policy = check_policy; in X509_STORE_set_check_policy()
907 return xs->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.c59 static int check_policy(X509_STORE_CTX *ctx);
268 ok = ctx->check_policy(ctx); in verify_chain()
1730 static int check_policy(X509_STORE_CTX *ctx) in check_policy() function
2543 if (store != NULL && store->check_policy != NULL) in X509_STORE_CTX_init()
2544 ctx->check_policy = store->check_policy; in X509_STORE_CTX_init()
2546 ctx->check_policy = check_policy; in X509_STORE_CTX_init()
2750 return ctx->check_policy; in X509_STORE_CTX_get_check_policy()
/openssl/include/crypto/
H A Dx509.h245 int (*check_policy) (X509_STORE_CTX *ctx); member
/openssl/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod97 X509_STORE_CTX_check_policy_fn check_policy);
/openssl/include/openssl/
H A Dx509_vfy.h.in446 X509_STORE_CTX_check_policy_fn check_policy);

Completed in 22 milliseconds