Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dhmac.h5 #define HMAC_IPAD_VALUE 0x36 macro
/linux-4.19.296/crypto/
Dhmac.c78 ipad[i] ^= HMAC_IPAD_VALUE; in hmac_setkey()