Searched refs:SSL2_ST_SEND_CLIENT_MASTER_KEY_A (Results 1 - 4 of 4) sorted by relevance

/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 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;
269 case SSL2_ST_SEND_CLIENT_MASTER_KEY_A: str="2SCMKA"; break;
H A Ds2_clnt.c221 s->state=SSL2_ST_SEND_CLIENT_MASTER_KEY_A;
230 case SSL2_ST_SEND_CLIENT_MASTER_KEY_A:
621 if (s->state == SSL2_ST_SEND_CLIENT_MASTER_KEY_A)

Completed in 53 milliseconds