Searched refs:mbedtls_chacha20_setkey (Results 1 – 5 of 5) sorted by relevance
106 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx,
172 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function287 ret = mbedtls_chacha20_setkey( &ctx, key ); in mbedtls_chacha20_crypt()
107 ret = mbedtls_chacha20_setkey( &ctx->chacha20_ctx, key ); in mbedtls_chachapoly_setkey()
1770 if ( 0 != mbedtls_chacha20_setkey( (mbedtls_chacha20_context*)ctx, key ) ) in chacha20_setkey_wrap()
39 TEST_ASSERT( mbedtls_chacha20_setkey( &ctx, key_str->x ) == 0 );