Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dgcm.h272 * mbedtls_gcm_finish().
340 * then mbedtls_gcm_finish() never produces any output,
353 int mbedtls_gcm_finish(mbedtls_gcm_context *ctx,
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c142 n = mbedtls_gcm_finish(&ctx->u.ctx_gcm, last, sizeof(last), in lws_genaes_destroy()
145 n = mbedtls_gcm_finish(&ctx->u.ctx_gcm, tag, tlen); in lws_genaes_destroy()
149 lwsl_notice("%s: mbedtls_gcm_finish: -0x%x\n", in lws_genaes_destroy()
/third_party/mbedtls/library/
H A Dgcm.c583 * untouched for mbedtls_gcm_finish */ in mbedtls_gcm_update()
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 Dpsa_crypto_aead.c568 mbedtls_gcm_finish(&operation->ctx.gcm, in mbedtls_psa_aead_finish()
H A Dcipher.c1204 return mbedtls_gcm_finish((mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_write_tag()
1261 if (0 != (ret = mbedtls_gcm_finish( in mbedtls_cipher_check_tag()

Completed in 6 milliseconds