Home
last modified time | relevance | path

Searched refs:BN_mod_add_quick (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/ec/
Decp_oct.c119 if (!BN_mod_add_quick(tmp2, tmp2, x, &group->field)) goto err; in ec_GFp_simple_set_compressed_coordinates()
135 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err; in ec_GFp_simple_set_compressed_coordinates()
142 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err; in ec_GFp_simple_set_compressed_coordinates()
146 if (!BN_mod_add_quick(tmp1, tmp1, &group->b, &group->field)) goto err; in ec_GFp_simple_set_compressed_coordinates()
Decp_smpl.c750 if (!BN_mod_add_quick(n1, n1, n3, p)) goto end; in ec_GFp_simple_add()
751 if (!BN_mod_add_quick(n2, n2, n4, p)) goto end; in ec_GFp_simple_add()
851 if (!BN_mod_add_quick(n0, n0, n1, p)) goto err; in ec_GFp_simple_dbl()
852 if (!BN_mod_add_quick(n1, n0, &group->a, p)) goto err; in ec_GFp_simple_dbl()
858 if (!BN_mod_add_quick(n0, &a->X, n1, p)) goto err; in ec_GFp_simple_dbl()
862 if (!BN_mod_add_quick(n1, n0, n1, p)) goto err; in ec_GFp_simple_dbl()
870 if (!BN_mod_add_quick(n0, n0, n1, p)) goto err; in ec_GFp_simple_dbl()
874 if (!BN_mod_add_quick(n1, n1, n0, p)) goto err; in ec_GFp_simple_dbl()
992 if (!BN_mod_add_quick(tmp, tmp, Z4, p)) goto err; in ec_GFp_simple_is_on_curve()
999 if (!BN_mod_add_quick(rh, rh, tmp, p)) goto err; in ec_GFp_simple_is_on_curve()
[all …]
/external/openssl/crypto/bn/
Dbn_mod.c150 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_add_quick() function
Dbn.h472 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m);
/external/openssl/crypto/ecdsa/
Decs_ossl.c307 if (!BN_mod_add_quick(s, tmp, m, order)) in ecdsa_do_sign()
/external/openssl/include/openssl/
Dbn.h472 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m);