Searched refs:fe51 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | curve25519-ppc64le-core.c | 22 typedef uint64_t fe51[5]; typedef 24 asmlinkage void x25519_fe51_mul(fe51 h, const fe51 f, const fe51 g); 25 asmlinkage void x25519_fe51_sqr(fe51 h, const fe51 f); 26 asmlinkage void x25519_fe51_mul121666(fe51 h, fe51 f); 27 asmlinkage void x25519_fe51_sqr_times(fe51 h, const fe51 f, int n); 30 asmlinkage void x25519_cswap(fe51 p, fe51 q, unsigned int bit); 37 static void fadd(fe51 h, const fe51 f, const fe51 g) in fadd() 54 static void fsub(fe51 h, const fe51 f, const fe51 g) in fsub() 75 static void finv(fe51 o, const fe51 i) in finv() 77 fe51 a0, b, c, t00; in finv() [all …]
|