Home
last modified time | relevance | path

Searched refs:x509_verify_ctx_set_max_depth (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcrypto/x509/
Dx509_verify.h28 int x509_verify_ctx_set_max_depth(X509_VERIFY_CTX *ctx, size_t max);
Dx509_verify.c977 if (!x509_verify_ctx_set_max_depth(ctx, max_depth)) in x509_verify_ctx_new_from_xsc()
1029 x509_verify_ctx_set_max_depth(struct x509_verify_ctx *ctx, size_t max) in x509_verify_ctx_set_max_depth() function