Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_update (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dgcm.h252 * any input with mbedtls_gcm_update().
315 int mbedtls_gcm_update(mbedtls_gcm_context *ctx,
337 * mbedtls_gcm_update() has not produced. In particular:
338 * - If mbedtls_gcm_update() produces immediate output,
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c426 n = mbedtls_gcm_update(&ctx->u.ctx_gcm, in, len, out, len, &al); in lws_genaes_crypt()
429 n = mbedtls_gcm_update(&ctx->u.ctx_gcm, len, in, out); in lws_genaes_crypt()
432 lwsl_notice("%s: mbedtls_gcm_update: -0x%x\n", in lws_genaes_crypt()
/third_party/mbedtls/library/
H A Dgcm.c564 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 Dpsa_crypto_aead.c500 mbedtls_gcm_update(&operation->ctx.gcm, in mbedtls_psa_aead_update()
H A Dcipher.c622 return mbedtls_gcm_update((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()

Completed in 7 milliseconds