Searched refs:SSL2_ST_SEND_CLIENT_MASTER_KEY_A (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl2.h232 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT) macro
/external/openssl/include/openssl/
H A Dssl2.h232 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT) macro
/external/openssl/ssl/
H A Ds2_clnt.c221 s->state=SSL2_ST_SEND_CLIENT_MASTER_KEY_A;
230 case SSL2_ST_SEND_CLIENT_MASTER_KEY_A:
623 if (s->state == SSL2_ST_SEND_CLIENT_MASTER_KEY_A)
H A Dssl2.h232 #define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT) macro
H A Dssl_stat.c110 case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: str="SSLv2 write client master key A"; break;
267 case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: str="2SCMKA"; break;

Completed in 232 milliseconds