Searched refs:mbedtls_gcm_auth_decrypt (Results 1 – 12 of 12) sorted by relevance
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_gcm.function | 90 ret = mbedtls_gcm_auth_decrypt(&ctx, 187 /* mbedtls_gcm_auth_decrypt() */ 190 mbedtls_gcm_auth_decrypt(NULL, valid_len, 197 mbedtls_gcm_auth_decrypt(&ctx, valid_len, 204 mbedtls_gcm_auth_decrypt(&ctx, valid_len, 211 mbedtls_gcm_auth_decrypt(&ctx, valid_len, 218 mbedtls_gcm_auth_decrypt(&ctx, valid_len, 225 mbedtls_gcm_auth_decrypt(&ctx, valid_len,
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | gcm.h | 203 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx,
|
| D | compat-1.3.h | 1957 #define gcm_auth_decrypt mbedtls_gcm_auth_decrypt
|
| /external/mbedtls/include/mbedtls/ |
| D | gcm.h | 197 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx,
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | psa_crypto_aead.c | 325 mbedtls_gcm_auth_decrypt(&operation.ctx.gcm, in mbedtls_psa_aead_decrypt()
|
| D | gcm.c | 457 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, in mbedtls_gcm_auth_decrypt() function
|
| D | cipher.c | 1407 ret = mbedtls_gcm_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()
|
| /external/mbedtls/library/ |
| D | psa_crypto_aead.c | 275 mbedtls_gcm_auth_decrypt(&operation.ctx.gcm, in mbedtls_psa_aead_decrypt()
|
| D | gcm.c | 580 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, in mbedtls_gcm_auth_decrypt() function
|
| D | cipher.c | 1509 ret = mbedtls_gcm_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_gcm.function | 257 ret = mbedtls_gcm_auth_decrypt(&ctx,
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1542 gcm_auth_decrypt mbedtls_gcm_auth_decrypt
|