Home
last modified time | relevance | path

Searched refs:mbedtls_chacha20_starts (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chacha20.function41 TEST_ASSERT( mbedtls_chacha20_starts( &ctx, nonce_str->x, counter ) == 0 );
55 TEST_ASSERT( mbedtls_chacha20_starts( &ctx, nonce_str->x, counter ) == 0 );
89 mbedtls_chacha20_starts( NULL, nonce, counter ) );
91 mbedtls_chacha20_starts( &ctx, NULL, counter ) );
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dchacha20.h138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx,
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dchacha20.c227 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, in mbedtls_chacha20_starts() function
336 ret = mbedtls_chacha20_starts( &ctx, nonce, counter ); in mbedtls_chacha20_crypt()
Dchachapoly.c139 ret = mbedtls_chacha20_starts( &ctx->chacha20_ctx, nonce, 0U ); in mbedtls_chachapoly_starts()
Dcipher.c409 if ( 0 != mbedtls_chacha20_starts( (mbedtls_chacha20_context*)ctx->cipher_ctx, in mbedtls_cipher_set_iv()