| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/ |
| bn_lite.t | 19 # can use Lite, so let bignum try it 20 require bignum; bignum->import(); 23 ok ($bignum::_lite,1);
|
| bignum.t | 16 use bignum; 49 ok_undef (bignum->accuracy()); 50 ok (bignum->accuracy(12),12); 51 ok (bignum->accuracy(),12); 53 ok_undef (bignum->precision()); 54 ok (bignum->precision(12),12); 55 ok (bignum->precision(),12); 57 ok (bignum->round_mode(),'even'); 58 ok (bignum->round_mode('odd'),'odd'); 59 ok (bignum->round_mode(),'odd') [all...] |
| bninfnan.t | 14 @INC = qw(../lib ../lib/bignum/t); # testing with the core distribution 34 use bignum;
|
| option_a.t | 16 use bignum a => '12'; 21 bignum->import( accuracy => '23');
|
| option_p.t | 16 use bignum p => '12';
|
| option_l.t | 16 use bignum; 18 my $rc = eval ('bignum->import( "l" => "foo" );'); 20 $rc = eval ('bignum->import( "lib" => "foo" );'); 23 $rc = eval ('bignum->import( "foo" => "bar" );'); 30 $rc = eval ('bignum->import( "$_" => "bar" );');
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| softRandom.h | 35 #include <bignum.h> 38 BIG_ERR_CODE random_bignum(BIGNUM *, int, boolean_t);
|
| softSSL.h | 38 #include <bignum.h>
|
| softCrypt.c | 32 #include <bignum.h>
|
| softDSA.h | 37 #include <bignum.h> 55 BIGNUM q; /* q (160-bit prime) */ 56 BIGNUM p; /* p (<size-bit> prime) */ 57 BIGNUM g; /* g (the base) */ 58 BIGNUM x; /* private key (< q) */ 59 BIGNUM y; /* = g^x mod p */ 60 BIGNUM k; /* k (random number < q) */ 61 BIGNUM r; /* r (signiture 1st part) */ 62 BIGNUM s; /* s (signiture 2nd part) */ 63 BIGNUM v; /* v (verification value - should be = r ) * [all...] |
| softRSA.h | 37 #include <bignum.h>
|
| softRandUtil.c | 36 #include <bignum.h> 62 * Generate random number in BIGNUM format. length is in bits 65 random_bignum(BIGNUM *r, int length, boolean_t token_obj)
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/ |
| inc.flg | 30 find_files "s.*" usr/src/common/bignum
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
| llib-lsoftcrypto | 31 #include <bignum.h>
|
| /onnv/onnv-gate/usr/src/common/bignum/ |
| README | 29 - usr/src/common/bignum/sun4u/mont_mulf_v8plus.s 32 - usr/src/common/bignum/sun4u/mont_mulf_v9.s 35 - usr/src/common/bignum/sun4u/mont_mulf_kernel_v9.s 42 UMUL64 is set in bignum.h based on architecture.
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/struct/ |
| tst.clauselocal.d | 38 long bignum;
|
| /onnv/onnv-gate/usr/src/uts/intel/bignum/ |
| Makefile | 36 BIGNUMDIR = $(COMMONBASE)/bignum 41 MODULE = bignum
|
| /onnv/onnv-gate/usr/src/uts/sparc/bignum/ |
| Makefile | 27 # This makefile drives the production of the misx/bignum module. 36 COM1_DIR = $(COMMONBASE)/bignum 41 MODULE = bignum
|
| /onnv/onnv-gate/usr/src/uts/sun4u/bignum/ |
| Makefile | 25 # This makefile drives the production of the misc/bignum module. 34 COM1_DIR = $(COMMONBASE)/bignum 39 MODULE = bignum
|
| /onnv/onnv-gate/usr/src/uts/intel/rsa/ |
| Makefile | 35 COM1_DIR = $(COMMONBASE)/bignum 64 LDFLAGS += -dy -Ncrypto/md5 -Ncrypto/sha2 -Nmisc/bignum -Nmisc/kcf
|
| /onnv/onnv-gate/usr/src/uts/sparc/rsa/ |
| Makefile | 35 COM1_DIR = $(COMMONBASE)/bignum 64 LDFLAGS += -dy -Ncrypto/md5 -Ncrypto/sha2 -Nmisc/bignum -Nmisc/kcf
|
| /onnv/onnv-gate/exception_lists/ |
| mapfilechk | 37 usr/src/common/bignum/*/cap_mapfile
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| bignum.pm | 1 package bignum; package 29 *{"bignum::$name"} = sub 46 Carp::croak ("Can't call bignum\-\>$name, not a valid method"); 158 bignum->accuracy($a) if defined $a; 159 bignum->precision($p) if defined $p; 162 print "bignum\t\t\t v$VERSION\n"; 182 bignum - Transparent BigNumber support for Perl 186 use bignum; 201 use bignum; 218 Don't worry if it says Math::BigInt::Lite, bignum and friends will use Lit [all...] |
| /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/ |
| Makefile.com | 41 BIGNUMDIR= $(SRC)/common/bignum
|
| /onnv/onnv-gate/usr/src/uts/ |
| req.flg | 45 find_files "s.*" usr/src/common/bignum
|