Searched refs:mbedtls_gcm_auth_decrypt (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | gcm.h | 197 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | gcm.h | 211 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_aead.c | 275 mbedtls_gcm_auth_decrypt(&operation.ctx.gcm, in mbedtls_psa_aead_decrypt()
|
H A D | gcm.c | 580 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, in mbedtls_gcm_auth_decrypt() function
|
H A D | cipher.c | 1509 ret = mbedtls_gcm_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_aead.c | 271 mbedtls_gcm_auth_decrypt(&operation.ctx.gcm, in mbedtls_psa_aead_decrypt()
|
H A D | gcm.c | 738 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, in mbedtls_gcm_auth_decrypt() function
|
H A D | cipher.c | 1525 ret = mbedtls_gcm_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 257 ret = mbedtls_gcm_auth_decrypt(&ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_gcm.function | 277 ret = mbedtls_gcm_auth_decrypt(&ctx,
|