Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:SSL_use_certificate

433 	if (!SSL_use_certificate(ssl, cert)) {
1353 if (SSL_use_certificate(conn->ssl, x509) == 1) {
1452 if (SSL_use_certificate(ssl, cert) != 1)