Home
last modified time | relevance | path

Searched refs:BN_mod_sqr (Results 1 – 8 of 8) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_sqrt.c147 if (!BN_mod_sqr(y, b, p, ctx)) in BN_mod_sqrt()
279 if (!BN_mod_sqr(b, x, p, ctx)) in BN_mod_sqrt()
308 if (!BN_mod_sqr(t, b, p, ctx)) in BN_mod_sqrt()
324 if (!BN_mod_sqr(t, t, p, ctx)) in BN_mod_sqrt()
343 if (!BN_mod_sqr(x, ret, p, ctx)) in BN_mod_sqrt()
A Dbn_mod.c226 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() function
/openssl-master/doc/man3/
A DBN_add.pod6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_exp, BN_mod_exp, BN_gcd -
37 int BN_mod_sqr(BIGNUM *r, BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
87 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the
/openssl-master/crypto/ec/
A Decp_oct.c63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
A Decp_smpl.c295 if (!BN_mod_sqr(tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
303 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
571 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates()
1374 return BN_mod_sqr(r, a, group->field, ctx); in ossl_ec_GFp_simple_field_sqr()
/openssl-master/include/openssl/
A Dbn.h283 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
/openssl-master/util/
A Dlibcrypto.num713 BN_mod_sqr 733 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md12780 EC_GFp_simple_method() uses the basic BN_mod_mul and BN_mod_sqr
13547 BN_mod_sqr

Completed in 37 milliseconds