Searched refs:SSL_R_NOT_ON_RECORD_BOUNDARY (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 173 # define SSL_R_NOT_ON_RECORD_BOUNDARY 182 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | sslerr.h | 607 # define SSL_R_NOT_ON_RECORD_BOUNDARY 182 macro
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 261 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NOT_ON_RECORD_BOUNDARY),
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 661 SSLfatal(s, SSL_AD_UNEXPECTED_MESSAGE, SSL_R_NOT_ON_RECORD_BOUNDARY); in tls_process_key_update() 808 SSLfatal(s, SSL_AD_UNEXPECTED_MESSAGE, SSL_R_NOT_ON_RECORD_BOUNDARY); in tls_process_finished()
|
D | statem_srvr.c | 1663 SSLfatal(s, SSL_AD_UNEXPECTED_MESSAGE, SSL_R_NOT_ON_RECORD_BOUNDARY); in tls_early_post_process_client_hello() 4126 SSLfatal(s, SSL_AD_UNEXPECTED_MESSAGE, SSL_R_NOT_ON_RECORD_BOUNDARY); in tls_process_end_of_early_data()
|
D | statem_clnt.c | 1507 SSL_R_NOT_ON_RECORD_BOUNDARY); in tls_process_server_hello()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 4667 #ifdef SSL_R_NOT_ON_RECORD_BOUNDARY 4668 {"NOT_ON_RECORD_BOUNDARY", ERR_LIB_SSL, SSL_R_NOT_ON_RECORD_BOUNDARY},
|
D | _ssl_data_111.h | 4913 #ifdef SSL_R_NOT_ON_RECORD_BOUNDARY 4914 {"NOT_ON_RECORD_BOUNDARY", ERR_LIB_SSL, SSL_R_NOT_ON_RECORD_BOUNDARY},
|
D | _ssl_data_300.h | 6778 #ifdef SSL_R_NOT_ON_RECORD_BOUNDARY 6779 {"NOT_ON_RECORD_BOUNDARY", ERR_LIB_SSL, SSL_R_NOT_ON_RECORD_BOUNDARY},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1390 SSL_R_NOT_ON_RECORD_BOUNDARY:182:not on record boundary
|