Home
last modified time | relevance | path

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

/mbedtls/tests/suites/
A Dtest_suite_shax.function176 TEST_EQUAL(mbedtls_sha3_starts(&ctx, MBEDTLS_SHA3_NONE), MBEDTLS_ERR_SHA3_BAD_INPUT_DATA);
179 TEST_EQUAL(mbedtls_sha3_finish(&ctx, output, 0), MBEDTLS_ERR_SHA3_BAD_INPUT_DATA);
182 TEST_EQUAL(mbedtls_sha3_finish(&ctx, output, 31), MBEDTLS_ERR_SHA3_BAD_INPUT_DATA);
/mbedtls/include/mbedtls/
A Dsha3.h29 #define MBEDTLS_ERR_SHA3_BAD_INPUT_DATA -0x0076 macro
/mbedtls/library/
A Dsha3.c290 return MBEDTLS_ERR_SHA3_BAD_INPUT_DATA; in mbedtls_sha3_starts()
350 ret = MBEDTLS_ERR_SHA3_BAD_INPUT_DATA; in mbedtls_sha3_finish()
A Derror.c766 case -(MBEDTLS_ERR_SHA3_BAD_INPUT_DATA): in mbedtls_low_level_strerr()

Completed in 15 milliseconds