HomeSort by relevance Sort by last modified time
    Searched refs:SSL_get_error (Results 26 - 30 of 30) sorted by null

12

  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 322 * returns <= 0. The caller should pass the value into |SSL_get_error| to
325 * In DTLS, the caller must drive retransmissions. Whenever |SSL_get_error|
346 * should pass the value into |SSL_get_error| to determine how to proceed.
362 * should pass the value into |SSL_get_error| to determine how to proceed.
399 * into |SSL_get_error| to determine how to proceed. If the underlying |BIO| is
421 /* SSL_get_error returns a |SSL_ERROR_*| value for the most recent operation on
424 OPENSSL_EXPORT int SSL_get_error(const SSL *ssl, int ret_code);
554 * If the function returns -1, checking if |SSL_get_error| returns
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 565 /* Functions which use |SSL_get_error| must reset I/O and error state on
903 int SSL_get_error(const SSL *ssl, int ret_code) {
    [all...]

Completed in 699 milliseconds

12