Searched refs:mbedtls_chacha20_setkey (Results 1 – 3 of 3) sorted by relevance
59 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function165 ret = mbedtls_chacha20_setkey( &ctx, key ); in mbedtls_chacha20_crypt()
92 RUNIT_ASSERT_WITH_RESULT(mbedtls_chacha20_setkey( &ctx, pKey ), CC_OK); in runIt_Chacha()
520 RUNIT_PERF_REG_API(mbedtls_chacha20_setkey , 1); in runIt_regApi()