Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/record/methods/
H A Dtls_pad.c214 size_t rotate_offset; in ssl3_cbc_copy_mac() local
259 rotate_offset = 0; in ssl3_cbc_copy_mac()
268 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
281 aux1 = rotated_mac[rotate_offset & ~32]; in ssl3_cbc_copy_mac()
282 aux2 = rotated_mac[rotate_offset | 32]; in ssl3_cbc_copy_mac()
283 mask = constant_time_eq_8(rotate_offset & ~32, rotate_offset); in ssl3_cbc_copy_mac()
285 rotate_offset++; in ssl3_cbc_copy_mac()
291 rotate_offset &= constant_time_lt_s(rotate_offset, mac_size); in ssl3_cbc_copy_mac()
295 rotate_offset = mac_size - rotate_offset; in ssl3_cbc_copy_mac()
296 rotate_offset &= constant_time_lt_s(rotate_offset, mac_size); in ssl3_cbc_copy_mac()
[all …]