Home
last modified time | relevance | path

Searched refs:SSL_R_LENGTH_TOO_SHORT (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/include/openssl/
Dsslerr.h155 # define SSL_R_LENGTH_TOO_SHORT 160 macro
/third_party/openssl/ssl/record/
Dssl3_record.c278 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_LENGTH_TOO_SHORT); in ssl3_get_record()
552 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_LENGTH_TOO_SHORT); in ssl3_get_record()
1563 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_LENGTH_TOO_SHORT); in dtls1_process_record()
/third_party/openssl/ohos_lite/include/openssl/
Dsslerr.h589 # define SSL_R_LENGTH_TOO_SHORT 160 macro
/third_party/openssl/ssl/
Dssl_err.c230 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_LENGTH_TOO_SHORT), "length too short"},
/third_party/python/Modules/
D_ssl_data.h4567 #ifdef SSL_R_LENGTH_TOO_SHORT
4568 {"LENGTH_TOO_SHORT", ERR_LIB_SSL, SSL_R_LENGTH_TOO_SHORT},
D_ssl_data_111.h4828 #ifdef SSL_R_LENGTH_TOO_SHORT
4829 {"LENGTH_TOO_SHORT", ERR_LIB_SSL, SSL_R_LENGTH_TOO_SHORT},
D_ssl_data_300.h6693 #ifdef SSL_R_LENGTH_TOO_SHORT
6694 {"LENGTH_TOO_SHORT", ERR_LIB_SSL, SSL_R_LENGTH_TOO_SHORT},
/third_party/openssl/ssl/statem/
Dstatem_clnt.c2132 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_LENGTH_TOO_SHORT); in tls_process_ske_ecdhe()
2246 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_LENGTH_TOO_SHORT); in tls_process_key_exchange()
Dstatem_srvr.c1448 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_LENGTH_TOO_SHORT); in tls_process_client_hello()
/third_party/openssl/crypto/err/
Dopenssl.txt1371 SSL_R_LENGTH_TOO_SHORT:160:length too short