Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Daes_ll.h241 uint32_t hash_word; in aes_ll_gcm_read_hash() local
244 hash_word = REG_READ(AES_H_BASE + (i * REG_WIDTH)); in aes_ll_gcm_read_hash()
246 memcpy(gcm_hash + i * 4, &hash_word, sizeof(hash_word)); in aes_ll_gcm_read_hash()