Home
last modified time | relevance | path

Searched refs:SSL_ST_OK (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h3680 #define SSL_ST_OK 0x03 macro
3685 #define TLS_ST_OK SSL_ST_OK
/external/boringssl/src/ssl/
Dssl_lib.cc2443 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state()