Searched refs:mbedtls_chacha20_setkey (Results 1 – 5 of 5) sorted by relevance
39 TEST_ASSERT( mbedtls_chacha20_setkey( &ctx, key_str->x ) == 0 );84 mbedtls_chacha20_setkey( NULL, key ) );86 mbedtls_chacha20_setkey( &ctx, NULL ) );
116 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx,
202 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function332 ret = mbedtls_chacha20_setkey( &ctx, key ); in mbedtls_chacha20_crypt()
124 ret = mbedtls_chacha20_setkey( &ctx->chacha20_ctx, key ); in mbedtls_chachapoly_setkey()
1904 if ( 0 != mbedtls_chacha20_setkey( (mbedtls_chacha20_context*)ctx, key ) ) in chacha20_setkey_wrap()