Searched refs:mbedtls_gcm_finish (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
H A D | gcm.h | 272 * 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 D | lws-genaes.c | 142 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 D | gcm.c | 583 * 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 D | psa_crypto_aead.c | 568 mbedtls_gcm_finish(&operation->ctx.gcm, in mbedtls_psa_aead_finish()
|
H A D | cipher.c | 1204 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