Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/record/methods/
H A Dtls_pad.c194 unsigned char *rotated_mac; in ssl3_cbc_copy_mac() local
197 unsigned char rotated_mac[EVP_MAX_MD_SIZE]; in ssl3_cbc_copy_mac()
251 rotated_mac = rotated_mac_buf + ((0 - (size_t)rotated_mac_buf) & 63); in ssl3_cbc_copy_mac()
260 memset(rotated_mac, 0, mac_size); in ssl3_cbc_copy_mac()
269 rotated_mac[j++] |= b & in_mac; 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()
299 out[j] |= rotated_mac[i] & constant_time_eq_8_s(j, rotate_offset); in ssl3_cbc_copy_mac()