Searched refs:check_policy (Results 1 – 6 of 6) sorted by relevance
900 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() argument902 xs->check_policy = check_policy; in X509_STORE_set_check_policy()907 return xs->check_policy; in X509_STORE_get_check_policy()
139 int (*check_policy) (X509_STORE_CTX *ctx); member
59 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() function2543 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()
245 int (*check_policy) (X509_STORE_CTX *ctx); member
97 X509_STORE_CTX_check_policy_fn check_policy);
446 X509_STORE_CTX_check_policy_fn check_policy);
Completed in 22 milliseconds