Searched defs:n0 (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_ppc.c | 16 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
H A D | bn_sparc.c | 17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
H A D | bn_div.c | 174 # define bn_div_words(n0,n1,d0) \ argument 188 # define bn_div_words(n0,n1,d0) \ argument 348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
|
H A D | bn_asm.c | 855 BN_ULONG c0, c1, ml, *tp, n0; in bn_mul_mont() local 948 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() 996 BN_ULONG c0, c1, *tp, n0 = *n0p; in bn_mul_mont() local 1035 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
|
H A D | bn_exp.c | 843 BN_ULONG *np = mont->N.d, *n0 = mont->n0; in BN_mod_exp_mont_consttime() local 954 BN_ULONG *n0 = mont->n0, *np; in BN_mod_exp_mont_consttime() local
|
H A D | bn_mont.c | 91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
|
H A D | bn_local.h | 266 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type member
|
/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 621 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ossl_ec_GFp_simple_add() local 806 BIGNUM *n0, *n1, *n2, *n3; in ossl_ec_GFp_simple_dbl() local
|
Completed in 22 milliseconds