Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SSL_want
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H
A
D
ssl_lib.c
82
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
D
ssl.h
901
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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
D
ssl.h
917
# 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 182 milliseconds
1
2
3