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 D | chachapoly.h | 319 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chachapoly.h | 319 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_chachapoly.function | 64 ret = mbedtls_chachapoly_auth_decrypt(&ctx,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_chachapoly.function | 64 ret = mbedtls_chachapoly_auth_decrypt(&ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | chachapoly.c | 291 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_auth_decrypt() function
|
H A D | psa_crypto_aead.c | 291 mbedtls_chachapoly_auth_decrypt(&operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt()
|
H A D | cipher.c | 1547 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 D | chachapoly.c | 291 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_auth_decrypt() function
|
H A D | psa_crypto_aead.c | 287 mbedtls_chachapoly_auth_decrypt(&operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt()
|
H A D | cipher.c | 1563 ret = mbedtls_chachapoly_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()
|