Searched refs:mbedtls_chacha20_starts (Results 1 – 10 of 10) sorted by relevance
/external/openthread/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 ) );
|
/external/mbedtls/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 );
|
/external/mbedtls/include/mbedtls/ |
D | chacha20.h | 128 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx,
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | chacha20.h | 141 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx,
|
/external/mbedtls/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()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | chacha20.c | 217 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, in mbedtls_chacha20_starts() function 326 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 | 389 if ( 0 != mbedtls_chacha20_starts( (mbedtls_chacha20_context*)ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|