Searched refs:SSL_R_DTLS_MESSAGE_TOO_BIG (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/ssl/ |
D | d1_msg.c | 28 ERR_raise(ERR_LIB_SSL, SSL_R_DTLS_MESSAGE_TOO_BIG); in dtls1_write_app_data_bytes()
|
D | ssl_err.c | 146 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_DTLS_MESSAGE_TOO_BIG),
|
/third_party/openssl/include/openssl/ |
D | sslerr.h | 108 # define SSL_R_DTLS_MESSAGE_TOO_BIG 334 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | sslerr.h | 542 # define SSL_R_DTLS_MESSAGE_TOO_BIG 334 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 4292 #ifdef SSL_R_DTLS_MESSAGE_TOO_BIG 4293 {"DTLS_MESSAGE_TOO_BIG", ERR_LIB_SSL, SSL_R_DTLS_MESSAGE_TOO_BIG},
|
D | _ssl_data_111.h | 4593 #ifdef SSL_R_DTLS_MESSAGE_TOO_BIG 4594 {"DTLS_MESSAGE_TOO_BIG", ERR_LIB_SSL, SSL_R_DTLS_MESSAGE_TOO_BIG},
|
D | _ssl_data_300.h | 6458 #ifdef SSL_R_DTLS_MESSAGE_TOO_BIG 6459 {"DTLS_MESSAGE_TOO_BIG", ERR_LIB_SSL, SSL_R_DTLS_MESSAGE_TOO_BIG},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1324 SSL_R_DTLS_MESSAGE_TOO_BIG:334:dtls message too big
|