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

  /external/boringssl/src/ssl/
ssl_lib.c 170 int SSL_clear(SSL *ssl) {
172 OPENSSL_PUT_ERROR(SSL, SSL_clear, SSL_R_NO_METHOD_SPECIFIED);
184 /* SSL_clear may be called before or after the |ssl| is initialized in either
185 * accept or connect state. In the latter case, SSL_clear should preserve the
198 * |SSL_clear| because it is per-connection state rather than configuration
200 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1152 return SSL_clear(conn->ssl) == 1 ? 0 : -1;
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 1104 milliseconds