Searched refs:sign (Results 176 - 200 of 626) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_div_d.c83 q.sign = a->sign;
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dcert_command.rb9 :add => [], :remove => [], :list => [], :build => [], :sign => []
63 'Signing certificate for --sign') do |cert, options|
68 'Key for --sign or --build') do |key, options|
72 add_option('-s', '--sign CERT',
78 options[:sign] << cert_file
107 unless options[:sign].empty? then
112 options[:sign].each do |cert_file|
113 sign cert_file
174 To sign another gem author's certificate:
176 gem cert --sign /pat
214 def sign cert_file method in class:Gem.certificates_matching
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_security_signer.rb102 signature = signer.sign 'hello'
120 signer.sign 'hello'
135 signer.sign 'hello'
169 signer.sign 'hello'
178 assert_nil signer.sign 'stuff'
185 signer.sign 'hello'
H A Dtest_gem_security_policy.rb64 signature = sign data
72 signature = sign data
335 signatures[1] = PRIVATE_KEY.sign @sha1.new, data.digest
353 signature = PRIVATE_KEY.sign sha512.new, data.digest
413 PRIVATE_KEY.sign @sha1.new, metadata_gz_digest.digest
438 PRIVATE_KEY.sign @sha1.new, metadata_gz_digest.digest
474 def sign data, key = PRIVATE_KEY method in class:TestGemSecurityPolicy
475 key.sign @sha1.new, data.digest
482 signatures = { 0 => sign(data, key) }
/macosx-10.10.1/ruby-106/ruby/
H A Dvsnprintf.c548 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
550 char softsign; /* temporary negative sign for floats */
564 long fieldsz; /* field size expanded by sign, etc */
676 sign = '\0';
686 if (!sign)
687 sign = ' ';
707 sign = '+';
800 sign = '\0';
819 cp = (*fp->vextra)(fp, sizeof(uqval), &uqval, &fieldsz, sign);
1225 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, int *length, char *buf) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/
H A Djsref.js313 var sign = ( t < 0 ) ? -1 : 1;
314 var year = ( sign < 0 ) ? 1969 : 1970;
317 timeToTimeZero -= sign * TimeInYear(year)
320 if ( sign < 0 ) {
321 if ( sign * timeToTimeZero <= 0 ) {
324 year += sign;
327 if ( sign * timeToTimeZero < 0 ) {
330 year += sign;
561 var sign = ( year < 1970 ) ? -1 : 1;
569 for ( y = 1969; y >= year; y += sign ) {
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/
H A Djsref.js273 var sign = ( t < 0 ) ? -1 : 1;
274 var year = ( sign < 0 ) ? 1969 : 1970;
277 timeToTimeZero -= sign * TimeInYear(year)
280 if ( sign < 0 ) {
281 if ( sign * timeToTimeZero <= 0 ) {
284 year += sign;
287 if ( sign * timeToTimeZero < 0 ) {
290 year += sign;
522 var sign = ( year < 1970 ) ? -1 : 1;
530 for ( y = 1969; y >= year; y += sign ) {
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_gcd.c213 int sign; local
248 sign = -1;
252 * -sign*X*a == B (mod |n|),
253 * sign*Y*a == A (mod |n|).
269 * (1) -sign*X*a == B (mod |n|),
270 * (2) sign*Y*a == A (mod |n|)
319 * (1) -sign*X*a == B (mod |n|),
320 * (2) sign*Y*a == A (mod |n|),
326 /* -sign*(X + Y)*a == B - A (mod |n|) */
334 /* sign*(
513 int sign; local
[all...]
/macosx-10.10.1/ntp-92/util/
H A Dntp-keygen-opts.def31 Note that RSA schemes must be used with a RSA sign key and DSA
32 schemes must be used with a DSA sign key. The default without
91 in certificates and in the file name for host and sign keys.
155 name = sign-key;
157 arg-name = sign;
159 descrip = "generate sign key (RSA or DSA)";
161 Generate a new sign key of the designated type, obsoleting any
163 sign key.
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_float.c151 * A: 'sign' holds this value if present; '\0' otherwise
169 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
180 int realsz; /* field size expanded by dprec, sign, etc */
200 sign = pi->signchar;
282 sign = '-';
286 sign = '\0';
351 * first be prefixed by any sign or other prefix; otherwise,
362 if (sign)
374 if (sign)
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dparse-time.el82 (let ((sign (aref string index)))
83 (if (or (eq sign ?+) (eq sign ?-))
84 (setq sign (parse-time-string-chars sign)
86 (setq sign 1))
94 (* sign integer))))))
/macosx-10.10.1/vim-55/src/
H A Dbuffer.c5156 * Insert the sign into the signlist.
5160 buf_T *buf; /* buffer to store sign in */
5161 signlist_T *prev; /* previous sign entry */
5162 signlist_T *next; /* next sign entry */
5163 int id; /* sign ID */
5165 int typenr; /* typenr of sign we are adding */
5184 /* When adding first sign need to redraw the windows to create the
5192 /* first sign in signlist */
5201 * Add the sign into the signlist. Find the right spot to do it though.
5205 buf_T *buf; /* buffer to store sign i
5210 signlist_T *sign; /* a sign in the signlist */ local
5264 signlist_T *sign; /* a sign in the signlist */ local
5284 signlist_T *sign; /* a sign in a b_signlist */ local
5308 signlist_T *sign; /* a sign in a b_signlist */ local
5354 signlist_T *sign; /* a sign in the signlist */ local
5368 signlist_T *sign; /* a sign in the signlist */ local
5386 signlist_T *sign; /* a sign in the signlist */ local
5403 signlist_T *sign; /* a sign in the signlist */ local
5499 signlist_T *sign; /* a sign in a b_signlist */ local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantFFT.c93 sizea = abs(a->sign);
94 sizeb = abs(b->sign);
187 x->sign = j+1;
188 if (abs(x->sign) > x->capacity) NSGiantRaise("addsignal overflow");
192 int j,size = abs(gx->sign);
210 gx->sign = abs(gx->sign);
212 if (abs(gx->sign) > gx->capacity) NSGiantRaise("GiantFFTSquare overflow");
216 int lambda, size, sizex = abs(x->sign), sizey = abs(y->sign);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantFFT.c93 sizea = abs(a->sign);
94 sizeb = abs(b->sign);
187 x->sign = j+1;
188 if (abs(x->sign) > x->capacity) NSGiantRaise("addsignal overflow");
192 int j,size = abs(gx->sign);
210 gx->sign = abs(gx->sign);
212 if (abs(gx->sign) > gx->capacity) NSGiantRaise("GiantFFTSquare overflow");
216 int lambda, size, sizex = abs(x->sign), sizey = abs(y->sign);
[all...]
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_pkcs7.rb43 tmp = OpenSSL::PKCS7.sign(@ee1_cert, @rsa1024, data, ca_certs)
62 tmp = OpenSSL::PKCS7.sign(@ee1_cert, @rsa1024, data, ca_certs, flag)
80 tmp1 = OpenSSL::PKCS7.sign(@ee1_cert, @rsa1024, data, [], flag)
81 tmp2 = OpenSSL::PKCS7.sign(@ee2_cert, @rsa1024, data, [], flag)
105 tmp = OpenSSL::PKCS7.sign(@ee1_cert, @rsa1024, data, ca_certs, flag)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DUint16WithFraction.h57 bool sign; local
60 decomposeDouble(number - integerPart, sign, exponent, mantissa);
61 ASSERT(!sign && exponent < 0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c91 /* set random sign; deserializeGiant() is always positive */
94 g->sign = -g->sign;
99 g->sign = 1;
125 * g1, g2 : arrays of giants with random data and sign. Tests may modify
/macosx-10.10.1/Security-57031.1.35/certificates/CertificateTool/BuildiOSAsset/
H A DBuildAsset.rb154 def sign method in class:BuildPKIAsset
156 output_str "In BuildPKIAsset.sign"
157 output_str "About to call assettool sign"
158 `xcrun -sdk iphoneos.internal assettool sign -s #{@staging_directory}`
159 output_str "Completed call to assettool sign"
160 output_str "Done with BuildPKIAsset.sign"
203 do_output_str "Creating a BuildPKIAsset object to stage and sign the asset"
206 b.sign
/macosx-10.10.1/ruby-106/ruby/ext/json/fbuffer/
H A Dfbuffer.h155 long sign = number; local
158 if (sign < 0) number = -number;
160 if (sign < 0) *tmp++ = '-';
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_windows.in85 ${hxtool} crl-sign \
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/TypeConversion/
H A D9.6.js34 3 compute (sign (result(1)) * floor(abs(result 1)))
75 var sign = ( n < 0 ) ? -1 : 1;
80 n = sign * Math.floor( Math.abs(n) )
/macosx-10.10.1/Libc-1044.1.2/gdtoa/
H A D_ldbl_util.c58 * in sign, then we increment extrabit to keep 106 bit
61 if(u.bits.manh == 0 && u.d[1] != 0 && u.bits.sign != u.bits.sign2)
112 if (u.bits.sign == u.bits.sign2) {
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/Scripts/
H A DFile.rb120 def sign method in class:BuildPKIAsset
121 puts "In BuildPKIAsset.sign" if @verbose
122 puts "About to call assettool sign" if @verbose
123 `xcrun -sdk iphoneos.internal assettool sign -s #{@staging_directory}`
124 puts "Completed call to assettool sign" if @verbose
125 puts "Done with BuildPKIAsset.sign" if @verbose
136 #b.sign
/macosx-10.10.1/bc-21/bc/h/
H A Dnumber.h35 typedef enum {PLUS, MINUS} sign; typedef in typeref:enum:__anon6314
41 sign n_sign;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlv/ns1/
H A Dsign.sh17 # $Id: sign.sh,v 1.2.2.3 2011/05/26 23:47:05 tbox Exp $
19 (cd ../ns2 && sh -e ./sign.sh || exit 1)
21 echo "I:dlv/ns1/sign.sh"

Completed in 228 milliseconds

1234567891011>>