Home
last modified time | relevance | path

Searched refs:CRYPTO_gcm128_encrypt_ctr32 (Results 1 – 9 of 9) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c82 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
86 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in, out, len, ctx->ctr)) in generic_aes_gcm_cipher_update()
H A Dcipher_sm4_gcm_hw.c65 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in, out, len, ctx->ctr)) in hw_gcm_cipher_update()
H A Dcipher_aes_gcm_hw_ppc.inc107 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk,
/openssl/include/openssl/
H A Dmodes.h128 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
/openssl/util/
H A Dmissingcrypto.txt378 CRYPTO_gcm128_encrypt_ctr32(3)
H A Dmissingcrypto111.txt460 CRYPTO_gcm128_encrypt_ctr32(3)
H A Dlibcrypto.num1859 CRYPTO_gcm128_encrypt_ctr32 1905 3_0_0 EXIST::FUNCTION:
/openssl/crypto/modes/
H A Dgcm128.c1230 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx, in CRYPTO_gcm128_encrypt_ctr32() function
/openssl/crypto/evp/
H A De_aes.c2929 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_tls_cipher()
3087 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_cipher()

Completed in 41 milliseconds