Home
last modified time | relevance | path

Searched refs:CRYPTO_gcm128_encrypt (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c73 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update()
91 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
H A Dciphercommon_gcm_hw.c30 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c73 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update()
91 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
H A Dciphercommon_gcm_hw.c30 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h122 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
/third_party/openssl/ohos_lite/include/openssl/
H A Dmodes.h111 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
/third_party/openssl/include/openssl/
H A Dmodes.h122 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c430 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher()
477 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
H A De_aes.c2826 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2844 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2853 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_tls_cipher()
2980 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3002 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3013 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_cipher()
/third_party/openssl/crypto/evp/
H A De_aria.c430 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher()
477 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
H A De_aes.c2832 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2850 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2859 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_tls_cipher()
2986 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3008 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3019 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_cipher()
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c966 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, function
1443 return CRYPTO_gcm128_encrypt(ctx, in, out, len);
/third_party/openssl/crypto/modes/
H A Dgcm128.c966 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, function
1443 return CRYPTO_gcm128_encrypt(ctx, in, out, len);
/third_party/openssl/test/
H A Dmodes_internal_test.c872 if (!TEST_int_ge(CRYPTO_gcm128_encrypt( &ctx, P.data, out, P.size), 0)) in test_gcm128()

Completed in 20 milliseconds