Home
last modified time | relevance | path

Searched defs:num_untrusted (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dverify.c254 int num_untrusted; in check() local
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c708 int num_untrusted, num_added, res; in ossl_cmp_msg_check_update() local
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h256 int num_untrusted; member
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c939 static int check_trust(X509_STORE_CTX *ctx, int num_untrusted) in check_trust()