Searched refs:bits (Results 251 - 275 of 785) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_gen.c73 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value,
83 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
86 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
87 return rsa_builtin_keygen(rsa, bits, e_value, cb);
90 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, argument
110 bitsp = (bits + 1) / 2;
111 bitsq = bits - bitsp;
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm16 andncc %o4, 0xfff, %o5 ! mask out lower 12 bits
55 ! the upper 32 bits of product are wrong, but we do not care
76 sll %o4, 12, %o4 ! left shift partial product by 12 bits
77 srl %o5, 20, %o5 ! right shift partial product by 20 bits
97 * N how many bits per iteration we try to get (4)
98 * WORDSIZE total number of bits (32)
101 * TOPBITS number of bits in the top decade of a number
115 * different path, as the upper bits of the quotient must be developed
169 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
251 ! depth 1, accumulated bits
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Ddhparam.c257 " numbits number of bits in to generate (default 512)\n");
444 int len, l, bits; local
447 bits = BN_num_bits(dh->p);
455 printf("DH *get_dh%d()\n\t{\n", bits);
458 printf("\tstatic unsigned char dh%d_p[]={", bits);
467 printf("\tstatic unsigned char dh%d_g[]={", bits);
478 bits, bits);
480 bits, bits);
[all...]
/freebsd-9.3-release/lib/msun/src/
H A Ds_cbrtl.c64 if ((u.bits.manh | u.bits.manl) == 0) {
73 k = u.bits.exp;
118 * dt is cbrtl(x) to ~47 bits (after x has been reduced to 1 <= x < 8).
119 * Round it away from zero to 32 bits (32 so that t*t is exact, and
129 * Round dt away from zero to 47 bits. Since we don't trust the 47,
142 * Final step Newton iteration to 64 or 113 bits with
/freebsd-9.3-release/crypto/openssl/demos/x509/
H A Dmkreq.c17 int mkreq(X509_REQ **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
65 int mkreq(X509_REQ **req, EVP_PKEY **pkeyp, int bits, int serial, int days) argument
79 rsa = RSA_generate_key(bits, RSA_F4, callback, NULL);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dkey.c163 dst_key_setbits(dst_key_t *key, isc_uint16_t bits) { argument
166 if (bits != 0) {
169 REQUIRE(bits <= maxbits);
171 key->key_bits = bits;
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dradix.h37 #define NETADDR_TO_PREFIX_T(na,pt,bits) \
42 (pt).bitlen = (bits); \
45 ((bits)+7)/8); \
48 ((bits)+7)/8); \
/freebsd-9.3-release/contrib/dtc/
H A Ddtc-parser.y36 static unsigned long long eval_literal(const char *s, int base, int bits);
306 static unsigned long long eval_literal(const char *s, int base, int bits)
316 || ((bits < 64) && (val >= (1ULL << bits))))
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-nks.h268 # include <bits/atomicity.h>
272 # include <../libstdc++-v3/config/cpu/ia64/bits/atomicity.h>
274 # include <../libstdc++-v3/config/cpu/i486/bits/atomicity.h>
276 # include <../libstdc++-v3/config/cpu/x86-64/bits/atomicity.h>
/freebsd-9.3-release/contrib/libstdc++/config/cpu/hppa/
H A Datomicity.h30 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h45 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h50 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dvterminate.cc30 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dwlocale-inst.cc35 #include <bits/c++config.h>
/freebsd-9.3-release/lib/libz/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h34 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
97 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
102 unsigned extra; /* extra bits needed */
106 unsigned lenbits; /* index bits for lencode */
107 unsigned distbits; /* index bits for distcode */
/freebsd-9.3-release/sys/crypto/camellia/
H A Dcamellia.h37 int bits; /* key-length */ member in struct:__anon6766
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_hashtab.h59 unsigned long seed, int bits, int shift,
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_hashtab.h59 unsigned long seed, int bits, int shift,
/freebsd-9.3-release/sys/dev/pccbb/
H A Dpccbbvar.h163 cbb_setb(struct cbb_softc *sc, uint32_t reg, uint32_t bits) argument
165 cbb_set(sc, reg, cbb_get(sc, reg) | bits);
169 cbb_clrb(struct cbb_softc *sc, uint32_t reg, uint32_t bits) argument
171 cbb_set(sc, reg, cbb_get(sc, reg) & ~bits);
/freebsd-9.3-release/sys/dev/random/
H A Drandomdev_soft.h38 /* Cryptographic block size in bits */
55 u_int size, bits, frac; /* stats about the entropy */ member in struct:harvest
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dradix.h37 #define NETADDR_TO_PREFIX_T(na,pt,bits) \
42 (pt).bitlen = (bits); \
45 ((bits)+7)/8); \
48 ((bits)+7)/8); \
/freebsd-9.3-release/crypto/openssl/demos/
H A Dselfsign.c11 int mkit(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
71 int mkit(x509p, pkeyp, bits, serial, days)
74 int bits;
99 rsa = RSA_generate_key(bits, RSA_F4, callback, NULL);
/freebsd-9.3-release/usr.bin/mt/
H A Dmt.c348 printreg(const char *s, u_int v, const char *bits) argument
353 if (bits && *bits == 8)
357 if (!bits)
359 bits++;
360 if (v && bits) {
362 while ((i = *bits++)) {
367 for (; (c = *bits) > 32; bits++)
370 for (; *bits > 3
[all...]
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dentry.c440 get_list(bits, low, high, names, ch, file)
441 bitstr_t *bits; /* one bit per flag, default=FALSE */
462 bit_nclear(bits, 0, (high-low+1));
468 ch = get_range(bits, low, high, names, ch, file);
487 get_range(bits, low, high, names, ch, file)
488 bitstr_t *bits; /* one bit per flag, default=FALSE */
519 if (EOF == set_element(bits, low, high, num1))
566 if (EOF == set_element(bits, low, high, i))
631 set_element(bits, low, high, number)
632 bitstr_t *bits; /* on
[all...]

Completed in 134 milliseconds

<<11121314151617181920>>