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

/freebsd-10-stable/crypto/openssh/
H A Dge25519.c127 static void dbl_p1p1(ge25519_p1p1 *r, const ge25519_p2 *p) function
272 dbl_p1p1(&tp1p1,(ge25519_p2 *)p1); p1p1_to_p3( &pre[2], &tp1p1); /* 00 10 */
278 dbl_p1p1(&tp1p1,(ge25519_p2 *)p2); p1p1_to_p3( &pre[8], &tp1p1); /* 10 00 */
280 dbl_p1p1(&tp1p1,(ge25519_p2 *)&pre[5]); p1p1_to_p3(&pre[10], &tp1p1); /* 10 10 */
293 dbl_p1p1(&tp1p1, (ge25519_p2 *)r);
295 dbl_p1p1(&tp1p1, (ge25519_p2 *)r);
H A Dssh_namespace.h306 #define dbl_p1p1 Fssh_dbl_p1p1 macro

Completed in 185 milliseconds