Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1148 #define Confirm_bytes 32 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()
1228 int len = Ciphertexts_bytes+Confirm_bytes; in Ciphertexts_diff_mask()
1242 unsigned char cnew[Ciphertexts_bytes+Confirm_bytes]; in Decap()