Searched refs:Hash_bytes (Results 1 – 2 of 2) sorted by relevance
679 #define Hash_bytes 32 macro887 unsigned char h[Hash_bytes]; in HashShort()1150 unsigned char x[Hash_bytes*2]; in HashConfirm()1154 for (i = 0;i < Hash_bytes;++i) x[Hash_bytes+i] = cache[i]; in HashConfirm()1156 unsigned char x[Inputs_bytes+Hash_bytes]; in HashConfirm()1160 for (i = 0;i < Hash_bytes;++i) x[Inputs_bytes+i] = cache[i]; in HashConfirm()1171 unsigned char x[Hash_bytes+Ciphertexts_bytes+Confirm_bytes]; in HashSession()1175 for (i = 0;i < Ciphertexts_bytes+Confirm_bytes;++i) x[Hash_bytes+i] = z[i]; in HashSession()1212 unsigned char cache[Hash_bytes]; in Encap()
1696 #define Hash_bytes 32 macro2091 unsigned char x[Hash_bytes * 2]; in HashConfirm()2094 for (i = 0; i < Hash_bytes; ++i) x[Hash_bytes + i] = cache[i]; in HashConfirm()2099 unsigned char x[Hash_bytes + crypto_kem_sntrup761_CIPHERTEXTBYTES]; in HashSession()2102 for (i = 0; i < crypto_kem_sntrup761_CIPHERTEXTBYTES; ++i) x[Hash_bytes + i] = z[i]; in HashSession()2124 unsigned char r_enc[Small_bytes], cache[Hash_bytes]; in crypto_kem_sntrup761_enc()