Home
last modified time | relevance | path

Searched refs:bulk (Results 1 – 6 of 6) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/openssl-master/crypto/evp/
A De_aes.c2829 size_t bulk = 0; in aes_gcm_tls_cipher() local
2847 size_t bulk = 0; in aes_gcm_tls_cipher() local
2860 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
2870 size_t bulk = 0; in aes_gcm_tls_cipher() local
2888 size_t bulk = 0; in aes_gcm_tls_cipher() local
2901 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
2981 size_t bulk = 0; in aes_gcm_cipher() local
2994 bulk += res; in aes_gcm_cipher()
3003 size_t bulk = 0; in aes_gcm_cipher() local
3020 in + bulk, out + bulk, len - bulk)) in aes_gcm_cipher()
[all …]
/openssl-master/
A Dappveyor.yml44 $env:CONFIG_OPTS="no-bulk no-asm -DOPENSSL_SMALL_FOOTPRINT"
A DINSTALL.md587 ### no-bulk
/openssl-master/doc/man3/
A DEVP_SealInit.pod68 bulk encryption and the small random symmetric key used is transferred
/openssl-master/doc/man1/
A Dopenssl-enc.pod.in281 For bulk encryption of data, whether using authenticated encryption

Completed in 18 milliseconds