Home
last modified time | relevance | path

Searched refs:Ciphertexts_bytes (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsntrup761.c1050 #define Ciphertexts_bytes Rounded_bytes macro
1094 #define Ciphertexts_bytes (Rounded_bytes+Top_bytes) macro
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()
1181 unsigned char x[Inputs_bytes+Ciphertexts_bytes+Confirm_bytes]; in HashSession()
1185 for (i = 0;i < Ciphertexts_bytes+Confirm_bytes;++i) x[Inputs_bytes+i] = z[i]; in HashSession()
1207 ZEncrypt(c,r,pk); c += Ciphertexts_bytes; in Hide()
1228 int len = Ciphertexts_bytes+Confirm_bytes; in Ciphertexts_diff_mask()
1242 unsigned char cnew[Ciphertexts_bytes+Confirm_bytes]; in Decap()