Home
last modified time | relevance | path

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

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