Searched refs:Hash_bytes (Results 1 – 1 of 1) sorted by relevance
683 #define Hash_bytes 32 macro891 unsigned char h[Hash_bytes]; in HashShort()1154 unsigned char x[Hash_bytes*2]; in HashConfirm()1158 for (i = 0;i < Hash_bytes;++i) x[Hash_bytes+i] = cache[i]; in HashConfirm()1160 unsigned char x[Inputs_bytes+Hash_bytes]; in HashConfirm()1164 for (i = 0;i < Hash_bytes;++i) x[Inputs_bytes+i] = cache[i]; in HashConfirm()1175 unsigned char x[Hash_bytes+Ciphertexts_bytes+Confirm_bytes]; in HashSession()1179 for (i = 0;i < Ciphertexts_bytes+Confirm_bytes;++i) x[Hash_bytes+i] = z[i]; in HashSession()1216 unsigned char cache[Hash_bytes]; in Encap()