Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dchachapoly.h319 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function64 ret = mbedtls_chachapoly_auth_decrypt(&ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dchachapoly.c291 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_auth_decrypt() function
Dpsa_crypto_aead.c287 mbedtls_chachapoly_auth_decrypt(&operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt()
Dcipher.c1563 ret = mbedtls_chachapoly_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()