/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_sqrt.c | 146 if (!BN_mod_sqr(y, b, p, ctx)) in BN_mod_sqrt() 278 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() 328 if (!BN_mod_sqr(t, t, p, ctx)) in BN_mod_sqrt() 347 if (!BN_mod_sqr(x, ret, p, ctx)) in BN_mod_sqrt()
|
H A D | bn_mod.c | 222 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_sqrt.c | 148 if (!BN_mod_sqr(y, b, p, ctx)) in BN_mod_sqrt() 280 if (!BN_mod_sqr(b, x, p, ctx)) in BN_mod_sqrt() 310 if (!BN_mod_sqr(t, b, p, ctx)) in BN_mod_sqrt() 330 if (!BN_mod_sqr(t, t, p, ctx)) in BN_mod_sqrt() 349 if (!BN_mod_sqr(x, ret, p, ctx)) in BN_mod_sqrt()
|
H A D | bn_mod.c | 236 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BN_add.pod | 6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_mod_sqrt, BN_exp, BN_mod_exp, BN_gcd - 37 int BN_mod_sqr(BIGNUM *r, BIGNUM *a, const BIGNUM *m, BN_CTX *ctx); 89 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ecp_oct.c | 60 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ec_GFp_simple_set_compressed_coordinates()
|
H A D | ecp_smpl.c | 288 if (!BN_mod_sqr(tmp_1, a, p, ctx)) in ec_GFp_simple_group_check_discriminant() 296 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ec_GFp_simple_group_check_discriminant() 567 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) in ec_GFp_simple_point_get_affine_coordinates() 1368 return BN_mod_sqr(r, a, group->field, ctx); in ec_GFp_simple_field_sqr()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecp_oct.c | 63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
H A D | ecp_smpl.c | 295 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bn.h | 259 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bn.h | 283 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 537 BN_mod_sqr;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 734 BN_mod_sqr 733 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 8555 EC_GFp_simple_method() uses the basic BN_mod_mul and BN_mod_sqr 9233 BN_mod_sqr
|