Lines Matching full:trust
1841 struct x509_certificate *cert, *trust;1912 for (trust = trusted; trust; trust = trust->next) {1913 if (x509_name_compare(&cert->issuer, &trust->subject)1918 if (trust) {1921 if (x509_valid_issuer(trust) < 0) {1926 if (x509_certificate_check_signature(trust, cert) < 0)