Searched refs:mbedtls_gcm_update (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | gcm.c | 564 int mbedtls_gcm_update(mbedtls_gcm_context *ctx, in mbedtls_gcm_update() function 726 if ((ret = mbedtls_gcm_update(ctx, input, length, in mbedtls_gcm_crypt_and_tag() 1177 ret = mbedtls_gcm_update(&ctx, in mbedtls_gcm_self_test() 1188 ret = mbedtls_gcm_update(&ctx, in mbedtls_gcm_self_test() 1199 ret = mbedtls_gcm_update(&ctx, in mbedtls_gcm_self_test() 1258 ret = mbedtls_gcm_update(&ctx, in mbedtls_gcm_self_test() 1268 ret = mbedtls_gcm_update(&ctx, in mbedtls_gcm_self_test() 1279 ret = mbedtls_gcm_update(&ctx, in mbedtls_gcm_self_test()
|
| H A D | psa_crypto_aead.c | 500 mbedtls_gcm_update(&operation->ctx.gcm, in mbedtls_psa_aead_update()
|
| H A D | cipher.c | 662 return mbedtls_gcm_update((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | gcm.h | 318 int mbedtls_gcm_update(mbedtls_gcm_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1900 mbedtls_gcm_update() now takes extra parameters for the output length. 1902 call to mbedtls_gcm_update(), but alternative implementations activated 1904 mbedtls_gcm_update() or mbedtls_gcm_finish(). Furthermore, applications 2120 * The multi-part GCM interface (mbedtls_gcm_update() or
|