Searched refs:mbedtls_chachapoly_starts (Results 1 – 4 of 4) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chachapoly.function | 164 mbedtls_chachapoly_starts( NULL, nonce, 167 mbedtls_chachapoly_starts( &ctx, NULL, 242 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT ) 254 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT ) 266 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT )
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | chachapoly.h | 171 int mbedtls_chachapoly_starts( mbedtls_chachapoly_context *ctx,
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 129 int mbedtls_chachapoly_starts( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_starts() function 290 ret = mbedtls_chachapoly_starts( ctx, nonce, mode ); in chachapoly_crypt_and_tag()
|
D | cipher.c | 464 result = mbedtls_chachapoly_starts( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
|