Searched refs:SSL3_ST_CW_KEY_EXCH_B (Results 1 - 5 of 5) sorted by relevance

/external/openssl/ssl/
H A Dssl_stat.c165 case SSL3_ST_CW_KEY_EXCH_B: str="SSLv3 write client key exchange B"; break;
324 case SSL3_ST_CW_KEY_EXCH_B: str="3WCKEB"; break;
H A Dssl3.h587 #define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) macro
H A Dd1_clnt.c470 case SSL3_ST_CW_KEY_EXCH_B:
1516 s->state=SSL3_ST_CW_KEY_EXCH_B;
1525 /* SSL3_ST_CW_KEY_EXCH_B */
H A Ds3_clnt.c427 case SSL3_ST_CW_KEY_EXCH_B:
2965 s->state=SSL3_ST_CW_KEY_EXCH_B;
2971 /* SSL3_ST_CW_KEY_EXCH_B */
/external/openssl/include/openssl/
H A Dssl3.h587 #define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) macro

Completed in 80 milliseconds