Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c102 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 Dciphercommon_gcm_hw.c33 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c102 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 Dciphercommon_gcm_hw.c33 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h125 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
/third_party/openssl/ohos_lite/include/openssl/
H A Dmodes.h114 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
/third_party/openssl/include/openssl/
H A Dmodes.h125 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c438 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 De_aes.c2867 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 De_aria.c438 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 De_aes.c2873 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 Dgcm128.c1198 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function
1604 return CRYPTO_gcm128_decrypt(ctx, in, out, len);
/third_party/openssl/crypto/modes/
H A Dgcm128.c1198 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function
1604 return CRYPTO_gcm128_decrypt(ctx, in, out, len);
/third_party/openssl/test/
H A Dmodes_internal_test.c884 CRYPTO_gcm128_decrypt(&ctx, C.data, out, P.size); in test_gcm128()

Completed in 20 milliseconds