Searched refs:mbedtls_chachapoly_auth_decrypt (Results 1 – 5 of 5) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chachapoly.function | 53 ret = mbedtls_chachapoly_auth_decrypt( &ctx, 132 mbedtls_chachapoly_auth_decrypt( NULL, 137 mbedtls_chachapoly_auth_decrypt( &ctx, 142 mbedtls_chachapoly_auth_decrypt( &ctx, 147 mbedtls_chachapoly_auth_decrypt( &ctx, 152 mbedtls_chachapoly_auth_decrypt( &ctx, 157 mbedtls_chachapoly_auth_decrypt( &ctx,
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | chachapoly.h | 336 int mbedtls_chachapoly_auth_decrypt( mbedtls_chachapoly_context *ctx,
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_aead.c | 365 mbedtls_chachapoly_auth_decrypt( &operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt()
|
D | chachapoly.c | 329 int mbedtls_chachapoly_auth_decrypt( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_auth_decrypt() function
|
D | cipher.c | 1452 ret = mbedtls_chachapoly_auth_decrypt( ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()
|