Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Dshamd5.h64 #define SHAMD5_ALGO_HMAC_MD5 0x00000000 // HMAC-MD5 macro
H A Dshamd5.c436 (ui32Mode == SHAMD5_ALGO_HMAC_MD5) || in SHAMD5ConfigSet()