Searched refs:mbedtls_sha1_update_ret (Results 1 – 5 of 5) sorted by relevance
34 #define mbedtls_sha1_update_ret mbedtls_sha1_update macro
79 int mbedtls_sha1_update_ret( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update_ret() function
133 int mbedtls_sha1_update_ret(mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen) in mbedtls_sha1_update_ret() function
67 …RUNIT_ASSERT(mbedtls_sha1_update_ret(pCtx, (const unsigned char*)INPUT_MESSAGE, strlen(INPUT_MESSA… in runIt_sha1Test()
657 RUNIT_PERF_REG_API(mbedtls_sha1_update_ret , gCompConf.sha1); in runIt_regApi()