Searched refs:mbedtls_chacha20_starts (Results 1 – 5 of 5) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/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 ); 89 mbedtls_chacha20_starts( NULL, nonce, counter ) ); 91 mbedtls_chacha20_starts( &ctx, NULL, counter ) );
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | chacha20.h | 138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | chacha20.c | 227 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()
|
D | chachapoly.c | 139 ret = mbedtls_chacha20_starts( &ctx->chacha20_ctx, nonce, 0U ); in mbedtls_chachapoly_starts()
|
D | cipher.c | 409 if ( 0 != mbedtls_chacha20_starts( (mbedtls_chacha20_context*)ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|