Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:trust

1538 	struct x509_certificate *cert, *trust;
1600 for (trust = trusted; trust; trust = trust->next) {
1601 if (x509_name_compare(&cert->issuer, &trust->subject)
1606 if (trust) {
1609 if (x509_valid_issuer(trust) < 0) {
1614 if (x509_certificate_check_signature(trust, cert) < 0)