Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dcompat-2.x.h34 #define mbedtls_sha1_update_ret mbedtls_sha1_update macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dsha1_alt.c79 int mbedtls_sha1_update_ret( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update_ret() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Dsha1_alt.c133 int mbedtls_sha1_update_ret(mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen) in mbedtls_sha1_update_ret() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_sha.c67 …RUNIT_ASSERT(mbedtls_sha1_update_ret(pCtx, (const unsigned char*)INPUT_MESSAGE, strlen(INPUT_MESSA… in runIt_sha1Test()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c657 RUNIT_PERF_REG_API(mbedtls_sha1_update_ret , gCompConf.sha1); in runIt_regApi()