Home
last modified time | relevance | path

Searched refs:IVs (Results 1 – 10 of 10) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c140 u8 *IVs; in tls1_multi_block_encrypt() local
146 if (RAND_bytes_ex(ctx->base.libctx, (IVs = blocks[0].c), 16 * x4, 0) <= 0) in tls1_multi_block_encrypt()
165 memcpy(ciph_d[0].out - 16, IVs, 16); in tls1_multi_block_encrypt()
166 memcpy(ciph_d[0].iv, IVs, 16); in tls1_multi_block_encrypt()
167 IVs += 16; in tls1_multi_block_encrypt()
172 memcpy(ciph_d[i].out - 16, IVs, 16); in tls1_multi_block_encrypt()
173 memcpy(ciph_d[i].iv, IVs, 16); in tls1_multi_block_encrypt()
174 IVs += 16; in tls1_multi_block_encrypt()
H A Dcipher_aes_cbc_hmac_sha256_hw.c144 u8 *IVs; in tls1_multi_block_encrypt() local
150 if (RAND_bytes_ex(ctx->base.libctx, (IVs = blocks[0].c), 16 * x4, 0) <= 0) in tls1_multi_block_encrypt()
169 memcpy(ciph_d[0].out - 16, IVs, 16); in tls1_multi_block_encrypt()
170 memcpy(ciph_d[0].iv, IVs, 16); in tls1_multi_block_encrypt()
171 IVs += 16; in tls1_multi_block_encrypt()
176 memcpy(ciph_d[i].out - 16, IVs, 16); in tls1_multi_block_encrypt()
177 memcpy(ciph_d[i].iv, IVs, 16); in tls1_multi_block_encrypt()
178 IVs += 16; in tls1_multi_block_encrypt()
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c178 u8 *IVs; in tls1_1_multi_block_encrypt() local
184 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0) in tls1_1_multi_block_encrypt()
203 memcpy(ciph_d[0].out - 16, IVs, 16); in tls1_1_multi_block_encrypt()
204 memcpy(ciph_d[0].iv, IVs, 16); in tls1_1_multi_block_encrypt()
205 IVs += 16; in tls1_1_multi_block_encrypt()
210 memcpy(ciph_d[i].out - 16, IVs, 16); in tls1_1_multi_block_encrypt()
211 memcpy(ciph_d[i].iv, IVs, 16); in tls1_1_multi_block_encrypt()
212 IVs += 16; in tls1_1_multi_block_encrypt()
H A De_aes_cbc_hmac_sha256.c172 u8 *IVs; in tls1_1_multi_block_encrypt() local
178 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0) in tls1_1_multi_block_encrypt()
198 memcpy(ciph_d[0].out - 16, IVs, 16); in tls1_1_multi_block_encrypt()
199 memcpy(ciph_d[0].iv, IVs, 16); in tls1_1_multi_block_encrypt()
200 IVs += 16; in tls1_1_multi_block_encrypt()
205 memcpy(ciph_d[i].out - 16, IVs, 16); in tls1_1_multi_block_encrypt()
206 memcpy(ciph_d[i].iv, IVs, 16); in tls1_1_multi_block_encrypt()
207 IVs += 16; in tls1_1_multi_block_encrypt()
/openssl/doc/designs/
H A Dhandling-some-max-defines.md87 longer IVs than just 16 bytes. There are many cases throughout the code
/openssl/doc/man7/
H A DEVP_KDF-SSHKDF.pod12 It is defined in RFC 4253, section 7.2 and is used by SSH to derive IVs,
/openssl/doc/designs/quic-design/
H A Dquic-tls.md177 Existing TLS record layers use TLS keys and IVs that are calculated using a
/openssl/doc/man3/
H A DEVP_EncryptInit.pod980 AEAD IVs in TLSv1.2 consist of an implicit "fixed" part and an explicit part
/openssl/
H A DNEWS.md398 * Mitigate incorrect resize handling for symmetric cipher keys and IVs.
H A DCHANGES.md15951 before application data chunks to avoid the use of known IVs
17432 all individual ciphers. If the cipher wants to handle IVs or keys
17703 instead of RAND_bytes for encryption IVs and salts.

Completed in 69 milliseconds