Searched refs:mbedtls_chacha20_starts (Results 1 – 4 of 4) sorted by relevance
75 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, in mbedtls_chacha20_starts() function169 ret = mbedtls_chacha20_starts( &ctx, nonce, counter ); in mbedtls_chacha20_crypt()
115 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx,
94 RUNIT_ASSERT_WITH_RESULT(mbedtls_chacha20_starts( &ctx, pIVCounter, initialCounter ), CC_OK); in runIt_Chacha()
521 RUNIT_PERF_REG_API(mbedtls_chacha20_starts , 1); in runIt_regApi()