Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c67 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
75 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
79 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
80 bulk += res; in generic_aes_gcm_cipher_update()
82 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
83 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
96 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
108 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
109 bulk += res; in generic_aes_gcm_cipher_update()
111 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
H A Dcipher_aes_gcm_hw_ppc.inc92 size_t bulk = 0;
100 bulk = ppc_aes_gcm_crypt(in + res, out + res, len - res,
104 ctx->gcm.len.u[1] += bulk;
105 bulk += res;
107 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk,
108 len - bulk, ctx->ctr))
116 size_t bulk = 0;
128 ctx->gcm.len.u[1] += bulk;
129 bulk += res;
131 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk,
[all …]
/openssl/crypto/evp/
H A De_aes.c2917 size_t bulk = 0; in aes_gcm_tls_cipher() local
2935 size_t bulk = 0; in aes_gcm_tls_cipher() local
2948 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
2958 size_t bulk = 0; in aes_gcm_tls_cipher() local
2976 size_t bulk = 0; in aes_gcm_tls_cipher() local
2989 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
3071 size_t bulk = 0; in aes_gcm_cipher() local
3084 bulk += res; in aes_gcm_cipher()
3093 size_t bulk = 0; in aes_gcm_cipher() local
3110 in + bulk, out + bulk, len - bulk)) in aes_gcm_cipher()
[all …]
/openssl/doc/man3/
H A DEVP_SealInit.pod68 bulk encryption and the small random symmetric key used is transferred
/openssl/.github/workflows/
H A Dwindows.yml145 …perl ..\Configure --banner=Configured enable-demos no-makedepend no-bulk no-deprecated no-fips no-…
H A Drun-checker-daily.yml37 no-bulk,
H A Dci.yml161 …run: ./config --banner=Configured --strict-warnings enable-demos enable-h3demo no-bulk no-pic no-a…
/openssl/doc/designs/quic-design/
H A Ddebugging.md14 QUIC protocol itself without storing bulk data. This includes both transmitted
H A Dtx-packetiser.md438 Because these frames are expected to make up the bulk of most packets, we
/openssl/doc/man1/
H A Dopenssl-enc.pod.in312 For bulk encryption of data, whether using authenticated encryption
/openssl/
H A DINSTALL.md697 ### no-bulk

Completed in 37 milliseconds