Searched refs:mbedtls_gcm_update_ad (Results 1 – 5 of 5) sorted by relevance
261 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
467 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx, in mbedtls_gcm_update_ad() function722 if ((ret = mbedtls_gcm_update_ad(ctx, add, add_len)) != 0) { in mbedtls_gcm_crypt_and_tag()1168 ret = mbedtls_gcm_update_ad(&ctx, in mbedtls_gcm_self_test()1249 ret = mbedtls_gcm_update_ad(&ctx, in mbedtls_gcm_self_test()
454 mbedtls_gcm_update_ad(&operation->ctx.gcm, input, input_length)); in mbedtls_psa_aead_update_ad()
589 return mbedtls_gcm_update_ad((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
1906 new function mbedtls_gcm_update_ad().2124 multiple calls to mbedtls_gcm_update_ad().