Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:SSL_use_PrivateKey

1464 			if (SSL_use_PrivateKey(ssl, pkey) != 1)
1557 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) {
1660 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) {