Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_cau_aes.c370 uint64_t inputlength = (uint64_t)cau_parameter->in_length * 8U; in cau_aes_gcm() local
450 cau_data_write(__REV((uint32_t)(inputlength >> 32U))); in cau_aes_gcm()
451 cau_data_write(__REV((uint32_t)inputlength)); in cau_aes_gcm()