Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsntrup761.c827 #define Inputs_bytes (I/8) macro
833 for (i = 0;i < Inputs_bytes;++i) s[i] = 0; in Inputs_encode()
890 unsigned char s[Inputs_bytes]; in HashShort()
1048 #define Inputs_bytes Small_bytes macro
1100 unsigned char s[Inputs_bytes]; in Inputs_random()
1157 Hash_prefix(x,3,r,Inputs_bytes); in HashConfirm()
1160 unsigned char x[Inputs_bytes+Hash_bytes]; in HashConfirm()
1178 Hash_prefix(x,3,y,Inputs_bytes); in HashSession()
1199 randombytes(sk,Inputs_bytes); sk += Inputs_bytes; in KEM_KeyGen()
1215 unsigned char r_enc[Inputs_bytes]; in Encap()
[all …]