Home | History | Annotate | Download | only in native

Lines Matching refs:SSL_use_PrivateKey

5836     // Call Java callback which can use SSL_use_certificate and SSL_use_PrivateKey to set values
6210 // SSL_use_PrivateKey expects to take ownership of the EVP_PKEY,
6290 int ret = SSL_use_PrivateKey(ssl, pkey);
6298 // SSL_use_PrivateKey expects to take ownership of the EVP_PKEY,
6343 int ret = SSL_use_PrivateKey(ssl, privatekeyevp.get());
7973 NATIVE_METHOD(NativeCrypto, SSL_use_PrivateKey, "(J[B)V"),