Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dshamd5.h73 #define CLOSE_HASH_SHIFT 4 macro
Dshamd5.c432 …2CryptoMode | ((algConstFlag&0x1)<<ALGO_CONSTANT_SHIFT) | ((closeHashFlag&0x1)<<CLOSE_HASH_SHIFT) | in SHAMD5ConfigSet()