Searched refs:mbedtls_chacha20_starts (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_chacha20.function | 41 TEST_ASSERT( mbedtls_chacha20_starts( &ctx, nonce_str->x, counter ) == 0 ); 55 TEST_ASSERT( mbedtls_chacha20_starts( &ctx, nonce_str->x, counter ) == 0 );
|
/mbedtls-3.4.0/include/mbedtls/ |
D | chacha20.h | 128 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx,
|
/mbedtls-3.4.0/library/ |
D | chacha20.c | 194 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, in mbedtls_chacha20_starts() function 291 ret = mbedtls_chacha20_starts( &ctx, nonce, counter ); in mbedtls_chacha20_crypt()
|
D | chachapoly.c | 120 ret = mbedtls_chacha20_starts( &ctx->chacha20_ctx, nonce, 0U ); in mbedtls_chachapoly_starts()
|
D | cipher.c | 381 if ( 0 != mbedtls_chacha20_starts( (mbedtls_chacha20_context*)ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|