Searched refs:mbedtls_gcm_finish (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | gcm.h | 356 int mbedtls_gcm_finish(mbedtls_gcm_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | gcm.c | 650 int mbedtls_gcm_finish(mbedtls_gcm_context *ctx, in mbedtls_gcm_finish() function 731 if ((ret = mbedtls_gcm_finish(ctx, NULL, 0, &olen, tag, tag_len)) != 0) { in mbedtls_gcm_crypt_and_tag() 1211 ret = mbedtls_gcm_finish(&ctx, NULL, 0, &olen, tag_buf, 16); in mbedtls_gcm_self_test() 1291 ret = mbedtls_gcm_finish(&ctx, NULL, 0, &olen, tag_buf, 16); in mbedtls_gcm_self_test()
|
| H A D | psa_crypto_aead.c | 568 mbedtls_gcm_finish(&operation->ctx.gcm, in mbedtls_psa_aead_finish()
|
| H A D | cipher.c | 1252 return mbedtls_gcm_finish((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_write_tag() 1309 if (0 != (ret = mbedtls_gcm_finish( in mbedtls_cipher_check_tag()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1898 how the input to multipart operations is broken down. mbedtls_gcm_finish() 1904 mbedtls_gcm_update() or mbedtls_gcm_finish(). Furthermore, applications 4476 mbedtls_gcm_finish(). Found by cmiatpaar. #602
|