Searched refs:SSL_ST_OK (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/include/openssl/ | ||
D | ssl.h | 3430 #define SSL_ST_OK 0x03 macro |
/external/boringssl/src/ssl/ | ||
D | ssl_lib.cc | 2295 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK; in SSL_state() |