Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dcompat-2.x.h33 #define mbedtls_sha1_starts_ret mbedtls_sha1_starts macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dsha1_alt.c49 int mbedtls_sha1_starts_ret( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts_ret() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Dsha1_alt.c88 int mbedtls_sha1_starts_ret(mbedtls_sha1_context *ctx) in mbedtls_sha1_starts_ret() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_sha.c66 RUNIT_ASSERT(mbedtls_sha1_starts_ret(pCtx) == 0); in runIt_sha1Test()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c656 RUNIT_PERF_REG_API(mbedtls_sha1_starts_ret , gCompConf.sha1); in runIt_regApi()