Searched refs:ge25519_aff (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dge25519.c52 } ge25519_aff; typedef in typeref:struct:__anon5128
66 static const ge25519_aff ge25519_base_multiples_affine[425] = {
83 static void ge25519_mixadd2(ge25519_p3 *r, const ge25519_aff *q)
146 static void cmov_aff(ge25519_aff *r, const ge25519_aff *p, unsigned char b)
170 static void choose_t(ge25519_aff *t, unsigned long long pos, signed char b)
310 ge25519_aff t;
313 choose_t((ge25519_aff *)r, 0, b[0]);

Completed in 40 milliseconds