Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dplatform_util.h47 #define MBEDTLS_DEPRECATED_STRING_CONSTANT( VAL ) \ argument
48 ( (mbedtls_deprecated_string_constant_t) ( VAL ) )
50 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( VAL ) \ argument
51 ( (mbedtls_deprecated_numeric_constant_t) ( VAL ) )
54 #define MBEDTLS_DEPRECATED_STRING_CONSTANT( VAL ) VAL
55 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( VAL ) VAL
/mbedtls-development/tests/
A Dssl-opt.sh232 VAL="$( get_config_value_or_default "$1" )"
233 if [ -z "$VAL" ]; then
237 elif [ "$VAL" -lt "$2" ]; then
243 VAL=$( get_config_value_or_default "$1" )
244 if [ -z "$VAL" ]; then
248 elif [ "$VAL" -gt "$2" ]; then
254 VAL=$( get_config_value_or_default "$1" )
255 if [ -z "$VAL" ]; then
259 elif [ "$VAL" -ne "$2" ]; then

Completed in 12 milliseconds