Home
last modified time | relevance | path

Searched refs:CRYPTO_gcm128_finish (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm_hw.c45 if (CRYPTO_gcm128_finish(&ctx->gcm, tag, ctx->taglen) != 0) in ossl_gcm_cipher_final()
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c874 if (!TEST_false(CRYPTO_gcm128_finish(&ctx, T.data, 16)) in test_gcm128()
885 if (!TEST_false(CRYPTO_gcm128_finish(&ctx, T.data, 16)) in test_gcm128()
/freebsd/crypto/openssl/include/openssl/
H A Dmodes.h134 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
/freebsd/crypto/openssl/crypto/evp/
H A De_aria.c488 if (CRYPTO_gcm128_finish(&gctx->gcm, in aria_gcm_cipher()
H A De_aes.c3067 if (CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0) in aes_gcm_cipher()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt402 CRYPTO_gcm128_finish(3)
H A Dmissingcrypto111.txt461 CRYPTO_gcm128_finish(3)
H A Dlibcrypto.num3304 CRYPTO_gcm128_finish 3374 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c1767 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag, function
1840 CRYPTO_gcm128_finish(ctx, NULL, 0);
/freebsd/secure/lib/libcrypto/
H A DVersion.map806 CRYPTO_gcm128_finish;