Searched refs:HASH_FUNC (Results 1 – 4 of 4) sorted by relevance
62 HASH_FUNC(pCtx) = cpHashProcFunc[algID]; in cpInitHash()70 HASH_FUNC(pCtx) = UpdateSHA1ni; in cpInitHash()75 HASH_FUNC(pCtx) = UpdateSHA256ni; in cpInitHash()
108 cpHashProc hashFunc = HASH_FUNC(pState); /* processing function */
62 cpHashProc hashFunc = HASH_FUNC(pCtx); /* processing function */ in cpComputeDigest()
170 #define HASH_FUNC(stt) ((stt)->hashProc) macro