Searched refs:CRYPTO_gcm128_finish (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dmodes.h118 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
H A Dgcm128.c1666 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag, function
1714 CRYPTO_gcm128_finish(ctx, NULL, 0);
2283 if (CRYPTO_gcm128_finish(&ctx,T##n,16) || \
2290 if (CRYPTO_gcm128_finish(&ctx,T##n,16) || \
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes.c1592 if (CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0)

Completed in 78 milliseconds