Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_starts (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function164 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/
Dchachapoly.h171 int mbedtls_chachapoly_starts( mbedtls_chachapoly_context *ctx,
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dchachapoly.c129 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()
Dcipher.c464 result = mbedtls_chachapoly_starts( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()