Searched refs:mbedtls_chachapoly_starts (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_chachapoly.function | 111 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT ) 123 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT ) 135 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT )
|
/third_party/mbedtls/include/mbedtls/ |
D | chachapoly.h | 168 int mbedtls_chachapoly_starts( mbedtls_chachapoly_context *ctx,
|
/third_party/mbedtls/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 | psa_crypto_aead.c | 436 mbedtls_chachapoly_starts( &operation->ctx.chachapoly, in mbedtls_psa_aead_set_nonce()
|
D | cipher.c | 498 result = mbedtls_chachapoly_starts( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
|