Home
last modified time | relevance | path

Searched refs:SSL_want (Results 1 - 25 of 62) sorted by relevance

123

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c82 int SSL_want(const SSL *ssl) in SSL_want() function
99 return (SSL_want(ssl) == SSL_NOTHING); in SSL_want_nothing()
112 return (SSL_want(ssl) == SSL_READING); in SSL_want_read()
125 return (SSL_want(ssl) == SSL_WRITING); in SSL_want_write()
135 return (SSL_want(ssl) == SSL_WRITING); in SSL_want_x509_lookup()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h901 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
902 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
903 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
904 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
906 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
907 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1511 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
H A Dssl.h917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)
922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)
923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
1613 __owur int SSL_want(const SSL *s);

Completed in 123 milliseconds

123