Searched defs:sign (Results 26 - 50 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c261 int sign; local
597 sign = 1;
599 sign = -1;
616 push(&stk, (sign * op));
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c102 int* decpt, int* sign, int* len, int format)
104 char* _sfcvt(vp,buf,size,n_digit,decpt,sign,len,format)
110 int* sign; /* to return sign */
124 *sign = *decpt = 0;
137 *sign = 1;
148 *sign = 1;
167 *sign = 1;
187 *sign = 1;
315 *sign
101 _sfcvt(Void_t* vp, char* buf, size_t size, int n_digit, int* decpt, int* sign, int* len, int format) argument
[all...]
H A Dsfvprintf.c107 int dot, width, precis, sign, decpt; local
1137 &decpt, &sign, &n_s, v);
1143 &decpt, &sign, &n_s, v);
1155 &decpt, &sign, &n_s, v);
1157 sp = endsp = buf+1; /* reserve space for sign */
1172 &decpt, &sign, &n_s, v);
1201 sp = endsp = buf+1; /* reserve space for sign */
1231 /* the e/Exponent separator and sign */
1250 endsp = sp = buf+1; /* save a space for sign */
1288 if(sign)
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c84 { int sign = ((long)v < 0); local
85 if(sign)
91 if(sign)
/osnet-11/usr/src/lib/libc/inc/
H A Dbase_conversion.h63 int sign; member in struct:__anon1298
79 unsigned sign:1; member in struct:__anon1299
85 unsigned sign:1; member in struct:__anon1300
90 unsigned sign:1; member in struct:__anon1301
97 unsigned sign:1; member in struct:__anon1302
125 unsigned sign:1; member in struct:__anon1307
131 unsigned sign:1; member in struct:__anon1308
137 unsigned sign:1; member in struct:__anon1309
143 unsigned sign:1; member in struct:__anon1310
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_div.c110 int ibit, ex, ey, ez, sign; local
114 sign = (x->l.msw ^ y->l.msw) & ~0x7fffffff;
184 Z.l.msw = sign | 0x7fff0000;
189 Z.l.msw = sign;
212 Z.l.msw = sign;
221 Z.l.msw = sign | 0x7fff0000;
410 /* here we just need to get the sign of the remainder */
491 if (sign)
517 z.l.msw = sign | 0x7fff0000;
520 z.l.msw = sign |
[all...]
H A D_Q_mul.c92 int ibit, ex, ey, ez, sign; local
96 sign = (x->l.msw ^ y->l.msw) & ~0x7fffffff;
166 Z.l.msw = sign | 0x7fff0000;
184 Z.l.msw = sign | 0x7fff0000;
192 Z.l.msw = sign;
405 if (sign)
430 z.l.msw = sign | 0x7fff0000;
433 z.l.msw = sign | 0x7ffeffff;
438 z.l.msw = sign | (ez << 16) | msw;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h58 * CRYPTO_EMULATE flag is set for a digest or sign/verify with a HMAC
97 crypto_active_op_t sign; /* context of active sign op */ member in struct:session
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDSA.c43 * Allocate a DSA context for the active sign or verify operation.
49 boolean_t sign)
57 if (sign) {
108 if (sign) {
109 session_p->sign.context = dsa_ctx;
110 session_p->sign.mech.mechanism = pMechanism->mechanism;
230 soft_dsa_ctx_t *dsa_ctx = session_p->sign.context;
266 * Do not terminate the active sign operation flag and do not
280 free(session_p->sign.context);
281 session_p->sign
47 soft_dsa_sign_verify_init_common(soft_session_t *session_p, CK_MECHANISM_PTR pMechanism, soft_object_t *key_p, boolean_t sign) argument
[all...]
H A DsoftEC.c88 check_key(soft_object_t *key_p, boolean_t sign) argument
93 if (sign) {
336 * Allocate a ECC context for the active sign or verify operation.
342 boolean_t sign)
353 if ((rv = check_key(key_p, sign)) != CKR_OK)
414 if (sign) {
415 session_p->sign.context = ecc_ctx;
416 session_p->sign.mech.mechanism = pMechanism->mechanism;
452 soft_free_ecc_context(session_p->sign.context);
453 session_p->sign
340 soft_ecc_sign_verify_init_common(soft_session_t *session_p, CK_MECHANISM_PTR pMechanism, soft_object_t *key_p, boolean_t sign) argument
[all...]
H A DsoftSession.h95 crypto_active_op_t sign; /* context of active sign op */ member in struct:session
H A DsoftKeystore.c48 * sign/verify operations when writing/reading the keystore
2375 soft_keystore_hmac(soft_object_t *key_p, boolean_t sign, argument
2386 key_p, sign);
2391 if (sign) {
H A DsoftRSA.c407 * Allocate a RSA context for the active sign or verify operation.
413 boolean_t sign)
420 if (sign) {
497 if (sign) {
498 session_p->sign.context = rsa_ctx;
499 session_p->sign.mech.mechanism = pMechanism->mechanism;
529 soft_rsa_ctx_t *rsa_ctx = session_p->sign.context;
624 free(session_p->sign.context);
625 session_p->sign.context = NULL;
985 soft_rsa_ctx_t *rsa_ctx = session_p->sign
411 soft_rsa_sign_verify_init_common(soft_session_t *session_p, CK_MECHANISM_PTR pMechanism, soft_object_t *key_p, boolean_t sign) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c58 static void sign (gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input,
148 sign ( out1_a, out1_b, test, sk );
160 (failed & 2)? "sign+verify":"");
164 (failed & 2)? "sign+verify":"");
514 sign(gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input, ELG_secret_key *skey ) function
538 log_mpidump("elg sign p= ", skey->p);
539 log_mpidump("elg sign g= ", skey->g);
540 log_mpidump("elg sign y= ", skey->y);
541 log_mpidump("elg sign x= ", skey->x);
542 log_mpidump("elg sign
[all...]
H A Ddsa.c107 static void sign (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t input,
217 sign (sig_a, sig_b, data, sk);
598 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey )
984 sign (resarr[0], resarr[1], data, &sk);
1116 what = "sign";
597 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey ) function
H A Decc.c34 some variable names and the text book implementaion of the sign and
300 static gpg_err_code_t sign (gcry_mpi_t input, ECC_secret_key *skey,
583 * Second, test with the sign and verify functions.
607 if (sign (test, sk, r, s) )
608 log_fatal ("ECDSA operation: sign failed\n");
612 log_fatal ("ECDSA operation: sign, verify failed\n");
616 log_debug ("ECDSA operation: sign, verify ok.\n");
699 sign (gcry_mpi_t input, ECC_secret_key *skey, gcry_mpi_t r, gcry_mpi_t s)
732 log_debug ("ecc sign: Failed to get affine coordinates\n");
1145 err = sign (dat
695 sign (gcry_mpi_t input, ECC_secret_key *skey, gcry_mpi_t r, gcry_mpi_t s) function
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c58 static void sign (gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input,
148 sign ( out1_a, out1_b, test, sk );
160 (failed & 2)? "sign+verify":"");
164 (failed & 2)? "sign+verify":"");
514 sign(gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input, ELG_secret_key *skey ) function
538 log_mpidump("elg sign p= ", skey->p);
539 log_mpidump("elg sign g= ", skey->g);
540 log_mpidump("elg sign y= ", skey->y);
541 log_mpidump("elg sign x= ", skey->x);
542 log_mpidump("elg sign
[all...]
H A Ddsa.c107 static void sign (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t input,
217 sign (sig_a, sig_b, data, sk);
598 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey )
984 sign (resarr[0], resarr[1], data, &sk);
597 sign(gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_secret_key *skey ) function
/osnet-11/usr/src/common/mpi/
H A Dmpi.h231 #define MP_SIGN(MP) ((MP)->sign)
242 mp_sign sign; /* sign of this quantity */ member in struct:__anon168
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c536 * The sign tell us that a signed number is expected (rather than the
540 getnum(int base, int width, int sign) argument
556 if (sign) {
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c190 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
362 sign = '\0';
375 if (!sign)
376 sign = ' ';
399 sign = '+';
478 sign = '\0';
489 sign = '-';
518 if (sign)
519 *p++ = sign;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm10 # sign : +,-,NaN,+inf,-inf
457 $self->{sign} = $x->{sign};
487 $self->{sign} = $1 || '+';
491 # remove sign without touching wanted to make it work with constants
514 $self->{sign} = $wanted; $self->{sign} = '+inf' if $self->{sign} eq 'inf';
517 # split str in m mantissa, e exponent, i integer, f fraction, v value, s sign
526 $self->{sign}
804 sub sign subroutine
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dutil.c560 int sign = 1; local
563 sign = -1;
608 return sign<0 ? -v1 : v1;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c1212 Namval_t *nv_mkinttype(char *name, size_t size, int sign, const char *help, Namdisc_t *ep) argument
1242 if(!sign)
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c531 uint32_t sign, fudge; local
588 sign = tsig->ts_sign_time >> 16;
613 DYNDNS_PUT32(sign, buf);
1556 /* sign update message */

Completed in 248 milliseconds

123