Home
last modified time | relevance | path

Searched +defs:int16 +defs:c (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dsntrup761.c20 #define int16 crypto_int16 macro
702 unsigned char c[4]; in urandom32() local
753 static void Encrypt(Fq *c,const small *r,const Fq *h) in Encrypt()
762 static void Decrypt(small *r,const Fq *c,const small *f,const small *ginv) in Decrypt()
1070 Fq c[p]; in ZEncrypt() local
1080 Fq c[p]; in ZDecrypt() local
1119 static void ZEncrypt(unsigned char *c,const Inputs r,const unsigned char *pk) in ZEncrypt()
1132 static void ZDecrypt(Inputs r,const unsigned char *c,const unsigned char *sk) in ZDecrypt()
1212 static void Encap(unsigned char *c,unsigned char *k,const unsigned char *pk) in Encap()
1225 static int Ciphertexts_diff_mask(const unsigned char *c,const unsigned char *c2) in Ciphertexts_diff_mask()
[all …]
H A Ded25519.c20 #define int16 crypto_int16 macro
1674 fe25519 a,b,t1,t2,c,d,e,f,g,h,qt; in ge25519_mixadd2() local
1697 fe25519 a, b, c, d, t; in add_p1p1() local
1718 fe25519 a,b,c,d; in dbl_p1p1() local
1741 static unsigned char equal(signed char b,signed char c) in equal()