HomeSort by relevance Sort by last modified time
    Searched full:err_error_string (Results 1 - 25 of 28) sorted by null

1 2

  /external/libvncserver/libvncserver/
rfbssl_openssl.c 37 rfbErr("%s (%ld)\n", ERR_error_string(e, buf), e);
  /system/keymaster/
openssl_err.cpp 47 LOG_D("%s", ERR_error_string(error, NULL));
aes_operation.cpp 231 LOG_E("Error encrypting final block: %s", ERR_error_string(ERR_peek_last_error(), NULL));
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 272 func, txt, ERR_error_string(ERR_get_error(), NULL));
276 ERR_error_string(err, NULL));
749 ERR_error_string(ERR_get_error(), NULL));
759 ERR_error_string(ERR_get_error(), NULL));
775 id, ERR_error_string(ERR_get_error(), NULL));
784 ERR_error_string(ERR_get_error(), NULL));
1115 ERR_error_string(ERR_get_error(), NULL));
1134 engine_id, ERR_error_string(ERR_get_error(), NULL));
1140 ERR_error_string(ERR_get_error(), NULL));
1148 ERR_error_string(ERR_get_error(), NULL))
    [all...]
crypto_openssl.c 131 ERR_error_string(ERR_get_error(), NULL));
139 ERR_error_string(ERR_get_error(), NULL));
146 ERR_error_string(ERR_get_error(), NULL));
304 ERR_error_string(ERR_get_error(), NULL));
316 "%s", ERR_error_string(ERR_get_error(), NULL));
356 ERR_error_string(ERR_get_error(), NULL));
368 "%s", ERR_error_string(ERR_get_error(), NULL));
    [all...]
tls_openssl_ocsp.c 30 func, txt, ERR_error_string(ERR_get_error(), NULL));
34 ERR_error_string(err, NULL));
  /external/curl/lib/
setup-vms.h 235 #define ERR_error_string ERR_ERROR_STRING
  /external/curl/lib/vtls/
cyassl.c 395 ERR_error_string(SSL_get_error(conssl->handle, 0),
495 ERR_error_string(detail, error_buffer));
654 ERR_error_string(err, error_buffer),
701 ERR_error_string(err, error_buffer),
openssl.c 363 ERR_error_string(ERR_get_error(), NULL) );
379 ERR_error_string(ERR_get_error(), NULL) );
408 ERR_error_string(ERR_get_error(), NULL));
464 ERR_error_string(ERR_get_error(), NULL) );
475 ERR_error_string(ERR_get_error(), NULL) );
    [all...]
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
certificateutiltest.cc 44 std::cerr << ERR_error_string(ERR_get_error(), NULL);
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 502 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL));
507 dief("SSL_connect", ERR_error_string(ERR_get_error(), NULL));
676 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL));
681 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL));
test_request_response.c 490 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL));
495 dief("SSL_connect", ERR_error_string(ERR_get_error(), NULL));
664 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL));
669 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL));
  /external/libcups/cups/
tls-boringssl.c 509 message = ERR_error_string(error, NULL);
555 ERR_error_string(error, NULL), 0);
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 109 PRINT_INFO2("SSL_CTX_new %s", ERR_error_string(ERR_get_error(), NULL));
mhd2spdy_spdy.c 559 spdy_dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL));
564 PRINT_INFO2("SSL_connect %s", ERR_error_string(ERR_get_error(), NULL));
748 spdy_dief("SSL_new", ERR_error_string(ERR_get_error(), NULL));
  /external/boringssl/src/include/openssl/
err.h 232 * |ERR_error_string|):
280 /* ERR_error_string behaves like |ERR_error_string_n| but |len| is implicitly
289 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
  /external/wpa_supplicant_8/hs20/client/
est.c 50 ERR_error_string(ERR_get_error(), NULL));
58 ERR_error_string(ERR_get_error(), NULL));
416 ERR_error_string(ERR_get_error(), NULL));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 210 errstr = ERR_error_string(e, NULL);
220 errstr = ERR_error_string(e, NULL);
231 errstr = ERR_error_string(ERR_peek_last_error(), NULL);
251 errstr = ERR_error_string(errcode, NULL);
    [all...]
  /external/openssh/regress/unittests/test_helper/
test_helper.c 260 file, line, ERR_error_string(openssl_error, NULL));
  /system/update_engine/payload_generator/
payload_signer.cc 374 << ERR_error_string(ERR_get_error(), nullptr);
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1085 func, txt, ERR_error_string(ERR_get_error(), NULL));
1089 ERR_error_string(err, NULL));
    [all...]
  /external/boringssl/src/crypto/err/
err.c 341 char *ERR_error_string(uint32_t packed_error, char *ret) {
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1230 es, ERR_error_string(l, buf), file, line,
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libcrypto.so.lsdump.gz 

Completed in 923 milliseconds

1 2