Home
last modified time | relevance | path

Searched refs:SSL2_ST_GET_CLIENT_MASTER_KEY_B (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl2.h249 #define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT) macro
H A Dssl_stat.c102 case SSL2_ST_GET_CLIENT_MASTER_KEY_B: str="SSLv2 read client master key B"; break; in SSL_state_string_long()
251 case SSL2_ST_GET_CLIENT_MASTER_KEY_B: str="2GCMKA"; break; in SSL_state_string()
H A Ds2_srvr.c230 case SSL2_ST_GET_CLIENT_MASTER_KEY_B: in IMPLEMENT_ssl2_meth_func()
413 s->state=SSL2_ST_GET_CLIENT_MASTER_KEY_B; in get_client_master_key()