Home
last modified time | relevance | path

Searched refs:SSL_want (Results 1 – 10 of 10) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c81 int SSL_want(const SSL *ssl) in SSL_want() function
98 return (SSL_want(ssl) == SSL_NOTHING); in SSL_want_nothing()
111 return (SSL_want(ssl) == SSL_READING); in SSL_want_read()
124 return (SSL_want(ssl) == SSL_WRITING); in SSL_want_write()
134 return (SSL_want(ssl) == SSL_WRITING); in SSL_want_x509_lookup()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h838 int SSL_want(const SSL *ssl);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4449 OPENSSL_EXPORT int SSL_want(const SSL *ssl);
4451 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING)
4452 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING)
/external/boringssl/src/include/openssl/
Dssl.h4521 OPENSSL_EXPORT int SSL_want(const SSL *ssl);
4523 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING)
4524 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING)
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list309 SSL_want
DBoringSSL-GRPC.podspec1861 '#define SSL_want GRPC_SHADOW_SSL_want',
/external/boringssl/src/ssl/
Dssl_lib.cc2635 int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; } in SSL_want() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2552 int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; } in SSL_want() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h337 #define SSL_want GRPC_SHADOW_SSL_want macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h518 #define SSL_want BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_want) macro