HomeSort by relevance Sort by last modified time
    Searched refs:SSL_use_certificate (Results 1 - 12 of 12) sorted by null

  /external/openssl/ssl/
ssl_rsa.c 69 int SSL_use_certificate(SSL *ssl, X509 *x)
126 ret=SSL_use_certificate(ssl,x);
146 ret=SSL_use_certificate(ssl,x);
s2_clnt.c 819 if ( !SSL_use_certificate(s,x509) ||
d1_clnt.c     [all...]
ssl.h     [all...]
s3_clnt.c     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 151 NativeCrypto.SSL_use_certificate(NULL, null);
160 NativeCrypto.SSL_use_certificate(s, null);
165 NativeCrypto.SSL_use_certificate(s, SERVER_CERTIFICATES);
221 NativeCrypto.SSL_use_certificate(s, SERVER_CERTIFICATES);
248 NativeCrypto.SSL_use_certificate(s, SERVER_CERTIFICATES);
544 NativeCrypto.SSL_use_certificate(s, certificates);
668 NativeCrypto.SSL_use_certificate(s, CLIENT_CERTIFICATES);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 386 if (!SSL_use_certificate(ssl, cert)) {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 326 public static native void SSL_use_certificate(int ssl, byte[][] asn1DerEncodedCertificateChain);
613 * SSL_use_certificate and SSL_use_PrivateKey to set a
OpenSSLSocketImpl.java 559 NativeCrypto.SSL_use_certificate(sslNativePointer, certificateBytes);
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 433 if (!SSL_use_certificate(ssl, cert)) {
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 645 milliseconds