Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h120 #define CKM_TO_SHA2(ckm_value) \ argument
121 (ckm_value % 0x10) + (((ckm_value - 0x250) / 0x10) * 3)