Home | History | Annotate | Download | only in crypto

Lines Matching refs:SSL_use_PrivateKey

1979 			if (SSL_use_PrivateKey(ssl, pkey) != 1)
2178 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) {