Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c22 #define int32 crypto_int32 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()
H A Dsntrup761.c25 #define int32 crypto_int32 macro
1965 unsigned char c[4]; in urandom32() local
2000 static void Encrypt(Fq *c, const small *r, const Fq *h) { in Encrypt()
2006 static void Decrypt(small *r, const Fq *c, const small *f, const small *ginv) { in Decrypt()
2080 Fq h[p], c[p]; in ZEncrypt() local
2088 Fq c[p]; in ZDecrypt() local
2121 static void Hide(unsigned char *c, unsigned char *r_enc, const Inputs r, const unsigned char *pk, c… in Hide()
2127 int crypto_kem_sntrup761_enc(unsigned char *c, unsigned char *k, const unsigned char *pk) { in crypto_kem_sntrup761_enc()
2137 static int Ciphertexts_diff_mask(const unsigned char *c, const unsigned char *c2) { in Ciphertexts_diff_mask()
2144 int crypto_kem_sntrup761_dec(unsigned char *k, const unsigned char *c, const unsigned char *sk) { in crypto_kem_sntrup761_dec()