Searched refs:HASH_FUNC_PAR (Results 1 – 4 of 4) sorted by relevance
81 HASH_FUNC_PAR(pCtx) = cpHashProcFuncOpt[algID]; in cpInitHash()
109 const void* pParam = HASH_FUNC_PAR(pState); /* and it's addition params */
63 const void* pParam = HASH_FUNC_PAR(pCtx); /* and it's addition params */ in cpComputeDigest()
171 #define HASH_FUNC_PAR(stt) ((stt)->pParam) macro