Searched refs:ssl2_return_error (Results 1 – 5 of 5) sorted by relevance
/external/openssl/ssl/ |
D | s2_srvr.c | 386 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 397 ssl2_return_error(s,SSL2_PE_NO_CIPHER); in get_client_master_key() 409 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 421 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 429 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 445 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 457 ssl2_return_error(s,SSL2_PE_NO_CIPHER); in get_client_master_key() 503 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 512 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_master_key() 551 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_client_hello() [all …]
|
D | s2_clnt.c | 353 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_server_hello() 434 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_server_hello() 442 ssl2_return_error(s,SSL2_PE_BAD_CERTIFICATE); in get_server_hello() 449 ssl2_return_error(s,SSL2_PE_NO_CIPHER); in get_server_hello() 464 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in get_server_hello() 504 ssl2_return_error(s,SSL2_PE_NO_CIPHER); in get_server_hello() 513 ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); in get_server_hello() 527 ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); in get_server_hello() 535 ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); in get_server_hello() 558 ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); in client_hello() [all …]
|
D | s2_enc.c | 73 ssl2_return_error(s,SSL2_PE_NO_CIPHER); in ssl2_enc_init()
|
D | s2_lib.c | 503 void ssl2_return_error(SSL *s, int err) in ssl2_return_error() function
|
D | ssl_locl.h | 851 void ssl2_return_error(SSL *s,int reason);
|