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 413 public static native void SSL_use_PrivateKey(int ssl, byte[] pkcs8EncodedPrivateKey);
738 * SSL_use_certificate and SSL_use_PrivateKey to set a
    [all...]
OpenSSLSocketImpl.java 502 NativeCrypto.SSL_use_PrivateKey(sslNativePointer, privateKeyBytes);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 218 NativeCrypto.SSL_use_PrivateKey(NULL, null);
227 NativeCrypto.SSL_use_PrivateKey(s, null);
232 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey());
274 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey());
285 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey());
563 NativeCrypto.SSL_use_PrivateKey(s, privateKey);
672 NativeCrypto.SSL_use_PrivateKey(s, getClientPrivateKey());
    [all...]

Completed in 319 milliseconds