Searched refs:num_untrusted (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c75 static int check_trust(X509_STORE_CTX *ctx, int num_untrusted);
293 ctx->num_untrusted = 1;
426 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose)
777 static int check_trust(X509_STORE_CTX *ctx, int num_untrusted) argument
790 if (DANETLS_HAS_TA(dane) && num_untrusted > 0 && num_untrusted < num) {
791 switch (trust = check_dane_issuer(ctx, num_untrusted)) {
799 * Check trusted certificates in chain at depth num_untrusted and up.
800 * Note, that depths 0..num_untrusted-1 may also contain trusted
804 for (i = num_untrusted;
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dverify.c213 int num_untrusted; local
245 num_untrusted = X509_STORE_CTX_get_num_untrusted(csc);
253 if (j < num_untrusted)
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dx509.h231 int num_untrusted; member in struct:x509_store_ctx_st

Completed in 171 milliseconds