Home
last modified time | relevance | path

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

/mbedtls-latest/tests/
Dssl-opt.sh903 MAX_CONTENT_LEN=16384
910 if [ "$MAX_IN_LEN" -lt "$MAX_CONTENT_LEN" ]; then
911 MAX_CONTENT_LEN="$MAX_IN_LEN"
913 if [ "$MAX_OUT_LEN" -lt "$MAX_CONTENT_LEN" ]; then
914 MAX_CONTENT_LEN="$MAX_OUT_LEN"
4518 -c "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4519 -c "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4520 -s "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4521 -s "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4531 "$P_CLI debug_level=3 request_size=$(( $MAX_CONTENT_LEN + 1))" \
[all …]