Searched refs:CRYPTO_gcm128_finish (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm_hw.c | 45 if (CRYPTO_gcm128_finish(&ctx->gcm, tag, ctx->taglen) != 0) in ossl_gcm_cipher_final()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm_hw.c | 45 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 D | modes.h | 134 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 123 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 134 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aria.c | 488 if (CRYPTO_gcm128_finish(&gctx->gcm, in aria_gcm_cipher()
|
H A D | e_aes.c | 3067 if (CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0) in aes_gcm_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aria.c | 488 if (CRYPTO_gcm128_finish(&gctx->gcm, in aria_gcm_cipher()
|
H A D | e_aes.c | 3073 if (CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0) in aes_gcm_cipher()
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 874 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 D | gcm128.c | 1767 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 D | gcm128.c | 1767 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag, function 1840 CRYPTO_gcm128_finish(ctx, NULL, 0);
|
Completed in 19 milliseconds