Home
last modified time | relevance | path

Searched refs:u8Dst (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dgcm.c82 uint8_t *u8Dst = (uint8_t *) dst; in gcm_gen_table_rightshift() local
86 u8Dst[8] |= (u8Src[7] & 0x01) << 7; in gcm_gen_table_rightshift()
88 u8Dst[0] ^= (u8Src[15] & 0x01) ? 0xE1 : 0; in gcm_gen_table_rightshift()

Completed in 3 milliseconds