Home
last modified time | relevance | path

Searched defs:SSL_want (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c82 int SSL_want(const SSL *ssl) in SSL_want() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2561 int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; } in SSL_want() function
/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_lib.cc2689 int SSL_want(const SSL *ssl) { in SSL_want() function
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_lib.cc2689 int SSL_want(const SSL *ssl) { in SSL_want() function
/external/boringssl/src/ssl/
Dssl_lib.cc2563 int SSL_want(const SSL *ssl) { in SSL_want() function
/external/grpc-grpc/src/boringssl/
Dboringssl_prefix_symbols.h557 #define SSL_want BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_want) macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h549 #define SSL_want BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_want) macro