Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/inc/
H A Dhw_des.h53 #define DES_O_IV_H 0x0000001C // Initialization vector MSW macro
/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Ddes.c191 HWREG(ui32Base + DES_O_IV_H) = *((uint32_t *) (pui8IVdata + 4)); in DESIVSet()