Home | History | Annotate | Download | only in crypto

Lines Matching refs:SSL_use_PrivateKey

1756 			if (SSL_use_PrivateKey(ssl, pkey) != 1)
1955 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) {
2048 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) {