Lines Matching full:trust
1834 struct x509_certificate *cert, *trust;1905 for (trust = trusted; trust; trust = trust->next) {1906 if (x509_name_compare(&cert->issuer, &trust->subject)1911 if (trust) {1914 if (x509_valid_issuer(trust) < 0) {1919 if (x509_certificate_check_signature(trust, cert) < 0)