Searched refs:CRYPTO_gcm128_encrypt_ctr32 (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update() 87 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in, out, len, ctx->ctr)) in generic_aes_gcm_cipher_update()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update() 87 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in, out, len, ctx->ctr)) in generic_aes_gcm_cipher_update()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | modes.h | 128 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 117 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 128 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 2835 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_tls_cipher() 2991 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 2841 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_tls_cipher() 2997 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 1438 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx, function
|
/third_party/openssl/crypto/modes/ |
H A D | gcm128.c | 1438 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx, function
|
Completed in 17 milliseconds