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

  /external/boringssl/src/ssl/
ssl_privkey.cc 131 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) {
155 int ret = SSL_use_PrivateKey(ssl, pkey);
  /external/conscrypt/common/src/main/java/org/conscrypt/
SslWrapper.java 245 // SSL_use_PrivateKey.
251 NativeCrypto.SSL_use_PrivateKey(ssl, key.getNativeRef());
NativeCrypto.java 786 static native void SSL_use_PrivateKey(long ssl, NativeRef.EVP_PKEY pkey);
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 426 NativeCrypto.SSL_use_PrivateKey(NULL, null);
435 NativeCrypto.SSL_use_PrivateKey(s, null);
441 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey().getNativeRef());
452 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey().getNativeRef());
499 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey().getNativeRef());
514 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey().getNativeRef());
527 NativeCrypto.SSL_use_PrivateKey(s, getServerPrivateKey().getNativeRef());
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 4019 milliseconds