Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/record/
HDtls_pad.c209 unsigned char *rotated_mac; in ssl3_cbc_copy_mac() local
212 unsigned char rotated_mac[EVP_MAX_MD_SIZE]; in ssl3_cbc_copy_mac()
266 rotated_mac = rotated_mac_buf + ((0 - (size_t)rotated_mac_buf) & 63); in ssl3_cbc_copy_mac()
275 memset(rotated_mac, 0, mac_size); in ssl3_cbc_copy_mac()
284 rotated_mac[j++] |= b & in_mac; in ssl3_cbc_copy_mac()
296 aux1 = rotated_mac[rotate_offset & ~32]; in ssl3_cbc_copy_mac()
297 aux2 = rotated_mac[rotate_offset | 32]; in ssl3_cbc_copy_mac()
314 out[j] |= rotated_mac[i] & constant_time_eq_8_s(j, rotate_offset); in ssl3_cbc_copy_mac()