Searched refs:sc_subx (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | scalar.c | 37 static void sc_subx(curve448_scalar_t out, in sc_subx() function 95 sc_subx(out, accum, sc_p, sc_p, hi_carry); in sc_montmul() 108 sc_subx(out, a->limb, b, sc_p, 0); in ossl_curve448_scalar_sub() 122 sc_subx(out, out->limb, sc_p, sc_p, (c448_word_t)chain); in ossl_curve448_scalar_add()
|