Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h134 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
/third_party/openssl/ohos_lite/include/openssl/
H A Dmodes.h123 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
/third_party/openssl/include/openssl/
H A Dmodes.h134 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
/third_party/node/deps/openssl/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()
/third_party/openssl/crypto/evp/
H A De_aria.c488 if (CRYPTO_gcm128_finish(&gctx->gcm, in aria_gcm_cipher()
H A De_aes.c3073 if (CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0) in aes_gcm_cipher()
/third_party/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()
/third_party/node/deps/openssl/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);
/third_party/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);

Completed in 19 milliseconds