Home
last modified time | relevance | path

Searched refs:SSL_ST_INIT (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h4377 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro
4379 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)
4380 #define SSL_ST_BEFORE (0x05 | SSL_ST_INIT)
/external/cronet/third_party/boringssl/src/include/openssl/
Dssl.h4377 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro
4379 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)
4380 #define SSL_ST_BEFORE (0x05 | SSL_ST_INIT)
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4226 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT) macro
4228 #define SSL_ST_RENEGOTIATE (0x04 | SSL_ST_INIT)
4229 #define SSL_ST_BEFORE (0x05 | SSL_ST_INIT)
/external/boringssl/src/ssl/
Dssl_lib.cc2554 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()
/external/cronet/third_party/boringssl/src/ssl/
Dssl_lib.cc2556 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2490 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()