HomeSort by relevance Sort by last modified time
    Searched defs:SSL_use_PrivateKey (Results 1 - 4 of 4) sorted by null

  /external/openssl/ssl/
ssl_rsa.c 295 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
353 ret=SSL_use_PrivateKey(ssl,pkey);
374 ret=SSL_use_PrivateKey(ssl,pkey);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 323 public static native void SSL_use_PrivateKey(int ssl, byte[] pkcs8EncodedPrivateKey);
606 * SSL_use_certificate and SSL_use_PrivateKey to set a
OpenSSLSocketImpl.java 503 NativeCrypto.SSL_use_PrivateKey(sslNativePointer, privateKeyBytes);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 197 NativeCrypto.SSL_use_PrivateKey(NULL, null);
206 NativeCrypto.SSL_use_PrivateKey(s, null);
211 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey());
253 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey());
264 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey());
565 NativeCrypto.SSL_use_PrivateKey(s, privateKey);
691 NativeCrypto.SSL_use_PrivateKey(s, getClientPrivateKey());
    [all...]

Completed in 58 milliseconds