Home
last modified time | relevance | path

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

/openbsd/src/sbin/iked/
Dsntrup761.c933 static void Small_encode(unsigned char *s,const small *f) in Small_encode() function
1043 #define Inputs_encode Small_encode
1058 Small_encode(sk,f); sk += Small_bytes; in ZKeyGen()
1059 Small_encode(sk,v); in ZKeyGen()
1111 Small_encode(sk,a); in ZKeyGen()
/openbsd/src/usr.bin/ssh/
Dsntrup761.c2014 static void Small_encode(unsigned char *s, const small *f) { in Small_encode() function
2070 Small_encode(sk, f); in ZKeyGen()
2071 Small_encode(sk + Small_bytes, v); in ZKeyGen()
2117 Small_encode(r_enc, r); in Hide()