Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function53 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/
Dchachapoly.h336 int mbedtls_chachapoly_auth_decrypt( mbedtls_chachapoly_context *ctx,
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_aead.c365 mbedtls_chachapoly_auth_decrypt( &operation.ctx.chachapoly, in mbedtls_psa_aead_decrypt()
Dchachapoly.c329 int mbedtls_chachapoly_auth_decrypt( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_auth_decrypt() function
Dcipher.c1452 ret = mbedtls_chachapoly_auth_decrypt( ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()