/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 102 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update() 120 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
|
H A D | ciphercommon_gcm_hw.c | 33 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 102 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update() 120 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
|
H A D | ciphercommon_gcm_hw.c | 33 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | modes.h | 125 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 114 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 125 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aria.c | 438 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher() 480 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
|
H A D | e_aes.c | 2867 if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher() 2885 if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher() 2894 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in aes_gcm_tls_cipher() 3024 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher() 3046 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher() 3057 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in aes_gcm_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aria.c | 438 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher() 480 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
|
H A D | e_aes.c | 2873 if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher() 2891 if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher() 2900 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in aes_gcm_tls_cipher() 3030 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher() 3052 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher() 3063 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in aes_gcm_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 1198 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function 1604 return CRYPTO_gcm128_decrypt(ctx, in, out, len);
|
/third_party/openssl/crypto/modes/ |
H A D | gcm128.c | 1198 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function 1604 return CRYPTO_gcm128_decrypt(ctx, in, out, len);
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 884 CRYPTO_gcm128_decrypt(&ctx, C.data, out, P.size); in test_gcm128()
|