Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsntrup761.c933 #define Small_bytes ((p+3)/4) macro
1048 #define Inputs_bytes Small_bytes
1051 #define SecretKeys_bytes (2*Small_bytes)
1062 Small_encode(sk,f); sk += Small_bytes; in ZKeyGen()
1082 Small_decode(f,sk); sk += Small_bytes; in ZDecrypt()
1095 #define SecretKeys_bytes Small_bytes