Searched defs:isone (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/libecc/src/examples/basic/ |
H A D | fp_square_residue.c | 29 int ret, ret_sqr, isone, check, cmp; in main() local
|
H A D | curve_basic_examples.c | 112 int ret, is_oncurve, isone, iszero; in check_curve() local
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_rand.c | 99 int ret, isone; in nn_get_random_mod() local
|
H A D | nn_modinv.c | 223 int sign, ret, cmp, isodd, isone; in nn_modinv() local
|
H A D | nn.c | 274 int nn_isone(nn_src_t A, int *isone) in nn_isone()
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | ecccdh.c | 169 int ret, iszero, isone; in ecccdh_derive_secret() local
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ec_key.c | 143 int ret, isone, check; in ec_pub_key_import_from_buf() local 185 int ret, isone, check; in ec_pub_key_import_from_aff_buf() local
|
H A D | bip0340.c | 78 int ret, isodd, isone; in _bip0340_set_scalar() local
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp.c | 247 int ret, isone; in fp_one() local
|