Home
last modified time | relevance | path

Searched refs:hash_d (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c128 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local
161 hash_d[0].ptr = inp; in tls1_multi_block_encrypt()
170 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag; in tls1_multi_block_encrypt()
209 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13); in tls1_multi_block_encrypt()
210 hash_d[i].ptr += 64 - 13; in tls1_multi_block_encrypt()
211 hash_d[i].blocks = (len - (64 - 13)) / 64; in tls1_multi_block_encrypt()
231 edges[i].ptr = hash_d[i].ptr; in tls1_multi_block_encrypt()
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
254 sha1_multi_block(mctx, hash_d, n4x); in tls1_multi_block_encrypt()
259 off = hash_d[i].blocks * 64; in tls1_multi_block_encrypt()
[all …]
H A Dcipher_aes_cbc_hmac_sha256_hw.c132 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local
165 hash_d[0].ptr = inp; in tls1_multi_block_encrypt()
174 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag; in tls1_multi_block_encrypt()
217 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13); in tls1_multi_block_encrypt()
218 hash_d[i].ptr += 64 - 13; in tls1_multi_block_encrypt()
219 hash_d[i].blocks = (len - (64 - 13)) / 64; in tls1_multi_block_encrypt()
239 edges[i].ptr = hash_d[i].ptr; in tls1_multi_block_encrypt()
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
262 sha256_multi_block(mctx, hash_d, n4x); in tls1_multi_block_encrypt()
267 off = hash_d[i].blocks * 64; in tls1_multi_block_encrypt()
[all …]
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c166 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local
199 hash_d[0].ptr = inp; in tls1_1_multi_block_encrypt()
208 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag; in tls1_1_multi_block_encrypt()
247 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13); in tls1_1_multi_block_encrypt()
248 hash_d[i].ptr += 64 - 13; in tls1_1_multi_block_encrypt()
249 hash_d[i].blocks = (len - (64 - 13)) / 64; in tls1_1_multi_block_encrypt()
269 edges[i].ptr = hash_d[i].ptr; in tls1_1_multi_block_encrypt()
279 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
292 sha1_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt()
297 off = hash_d[i].blocks * 64; in tls1_1_multi_block_encrypt()
[all …]
H A De_aes_cbc_hmac_sha256.c160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local
194 hash_d[0].ptr = inp; in tls1_1_multi_block_encrypt()
203 ciph_d[i].inp = hash_d[i].ptr = hash_d[i - 1].ptr + frag; in tls1_1_multi_block_encrypt()
245 memcpy(blocks[i].c + 13, hash_d[i].ptr, 64 - 13); in tls1_1_multi_block_encrypt()
246 hash_d[i].ptr += 64 - 13; in tls1_1_multi_block_encrypt()
247 hash_d[i].blocks = (len - (64 - 13)) / 64; in tls1_1_multi_block_encrypt()
267 edges[i].ptr = hash_d[i].ptr; in tls1_1_multi_block_encrypt()
277 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
290 sha256_multi_block(ctx, hash_d, n4x); in tls1_1_multi_block_encrypt()
295 off = hash_d[i].blocks * 64; in tls1_1_multi_block_encrypt()
[all …]

Completed in 22 milliseconds