Searched refs:bulk (Results 1 – 11 of 11) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 67 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 D | cipher_aes_gcm_hw_ppc.inc | 92 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 D | e_aes.c | 2917 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 D | EVP_SealInit.pod | 68 bulk encryption and the small random symmetric key used is transferred
|
/openssl/.github/workflows/ |
H A D | windows.yml | 145 …perl ..\Configure --banner=Configured enable-demos no-makedepend no-bulk no-deprecated no-fips no-…
|
H A D | run-checker-daily.yml | 37 no-bulk,
|
H A D | ci.yml | 161 …run: ./config --banner=Configured --strict-warnings enable-demos enable-h3demo no-bulk no-pic no-a…
|
/openssl/doc/designs/quic-design/ |
H A D | debugging.md | 14 QUIC protocol itself without storing bulk data. This includes both transmitted
|
H A D | tx-packetiser.md | 438 Because these frames are expected to make up the bulk of most packets, we
|
/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 312 For bulk encryption of data, whether using authenticated encryption
|
/openssl/ |
H A D | INSTALL.md | 697 ### no-bulk
|
Completed in 37 milliseconds