Searched refs:MD5_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
135 u8 K0[MD5_BLOCK_SIZE]; in HMAC_MD5()147 NdisZeroMemory(K0, MD5_BLOCK_SIZE); in HMAC_MD5()148 if (KeyLen <= MD5_BLOCK_SIZE) { in HMAC_MD5()156 for (index = 0; index < MD5_BLOCK_SIZE; index++) in HMAC_MD5()169 for (index = 0; index < MD5_BLOCK_SIZE; index++) in HMAC_MD5()
86 NdisZeroMemory(pMD5_CTX->Block, MD5_BLOCK_SIZE); in MD5_Init()113 NdisMoveMemory(X, pMD5_CTX->Block, MD5_BLOCK_SIZE); in MD5_Hash()219 NdisZeroMemory(pMD5_CTX->Block, MD5_BLOCK_SIZE); in MD5_Hash()249 if ((pMD5_CTX->BlockLen + diffLen) < MD5_BLOCK_SIZE) { in MD5_Append()257 MD5_BLOCK_SIZE - pMD5_CTX->BlockLen); in MD5_Append()258 appendLen += (MD5_BLOCK_SIZE - pMD5_CTX->BlockLen); in MD5_Append()259 pMD5_CTX->BlockLen = MD5_BLOCK_SIZE; in MD5_Append()
54 #define MD5_BLOCK_SIZE 64 /* 512 bits = 64 bytes */ macro60 u8 Block[MD5_BLOCK_SIZE];
705 #define MD5_BLOCK_SIZE 64 macro2119 .cra_blocksize = MD5_BLOCK_SIZE,