Home
last modified time | relevance | path

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

/mbedtls/tests/suites/
A Dtest_suite_chachapoly.function121 TEST_ASSERT(mbedtls_chachapoly_starts(&ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT)
133 TEST_ASSERT(mbedtls_chachapoly_starts(&ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT)
145 TEST_ASSERT(mbedtls_chachapoly_starts(&ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT)
/mbedtls/library/
A Dchachapoly.c104 int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_starts() function
256 ret = mbedtls_chachapoly_starts(ctx, nonce, mode); in chachapoly_crypt_and_tag()
A Dpsa_crypto_aead.c401 mbedtls_chachapoly_starts(&operation->ctx.chachapoly, in mbedtls_psa_aead_set_nonce()
A Dcipher.c563 result = mbedtls_chachapoly_starts((mbedtls_chachapoly_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
/mbedtls/include/mbedtls/
A Dchachapoly.h154 int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx,

Completed in 12 milliseconds