| /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/ |
| bf_cfb64.c | 70 register BF_LONG v0,v1,t; local 84 n2l(iv,v1); ti[1]=v1; 104 n2l(iv,v1); ti[1]=v1; 118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
|
| bf_ofb64.c | 69 register BF_LONG v0,v1,t; local 80 n2l(iv,v1); 82 ti[1]=v1; 85 l2n(v1,dp); 102 v1=ti[1]; 105 l2n(v1,iv); 107 t=v0=v1=ti[0]=ti[1]=0;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/ |
| c_cfb64.c | 71 register CAST_LONG v0,v1,t; local 85 n2l(iv,v1); ti[1]=v1; 105 n2l(iv,v1); ti[1]=v1; 119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
|
| c_ofb64.c | 70 register CAST_LONG v0,v1,t; local 81 n2l(iv,v1); 83 ti[1]=v1; 86 l2n(v1,dp); 103 v1=ti[1]; 106 l2n(v1,iv); 108 t=v0=v1=ti[0]=ti[1]=0;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/des/ |
| cfb64enc.c | 70 register DES_LONG v0,v1; local 84 c2l(iv,v1); ti[1]=v1; 104 c2l(iv,v1); ti[1]=v1; 118 v0=v1=ti[0]=ti[1]=c=cc=0;
|
| cfb64ede.c | 72 register DES_LONG v0,v1; local 86 c2l(iv,v1); 89 ti[1]=v1; 92 v1=ti[1]; 96 l2c(v1,iv); 112 c2l(iv,v1); 115 ti[1]=v1; 118 v1=ti[1]; 122 l2c(v1,iv); 132 v0=v1=ti[0]=ti[1]=c=cc=0 154 register DES_LONG d0,d1,v0,v1; local [all...] |
| cfb_enc.c | 75 register DES_LONG d0,d1,v0,v1; local 95 c2l(iv,v1); 102 ti[1]=v1; 113 { v0=v1; v1=d0; } 115 { v0=d0; v1=d1; } 121 l2c(v1,iv); 125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1; 134 v0=sh[0], v1=sh[1]; 138 c2l(iv,v1); [all...] |
| ofb64ede.c | 71 register DES_LONG v0,v1; local 82 c2l(iv,v1); 84 ti[1]=v1; 87 l2c(v1,dp); 93 /* ti[1]=v1; */ 96 v1=ti[1]; 100 l2c(v1,dp); 109 v1=ti[1];*/ 112 l2c(v1,iv); 114 v0=v1=ti[0]=ti[1]=0 [all...] |
| ofb64enc.c | 69 register DES_LONG v0,v1,t; local 80 c2l(iv,v1); 82 ti[1]=v1; 85 l2c(v1,dp); 102 v1=ti[1]; 105 l2c(v1,iv); 107 t=v0=v1=ti[0]=ti[1]=0;
|
| ofb_enc.c | 71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local 98 c2l(iv,v1); 100 ti[1]=v1; 104 ti[1]=v1; 116 { v0=v1; v1=vv0; } 118 { v0=vv0; v1=vv1; } 121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL; 122 v1=((vv0>>(num-32))|(vv1<<(64-num)))&0xffffffffL; 126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/idea/ |
| i_cfb64.c | 71 register unsigned long v0,v1,t; local 85 n2l(iv,v1); ti[1]=v1; 105 n2l(iv,v1); ti[1]=v1; 119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
|
| i_ofb64.c | 70 register unsigned long v0,v1,t; local 81 n2l(iv,v1); 83 ti[1]=v1; 86 l2n(v1,dp); 103 v1=ti[1]; 106 l2n(v1,iv); 108 t=v0=v1=ti[0]=ti[1]=0;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc2/ |
| rc2cfb64.c | 71 register unsigned long v0,v1,t; local 85 c2l(iv,v1); ti[1]=v1; 105 c2l(iv,v1); ti[1]=v1; 119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
|
| rc2ofb64.c | 70 register unsigned long v0,v1,t; local 81 c2l(iv,v1); 83 ti[1]=v1; 86 l2c(v1,dp); 103 v1=ti[1]; 106 l2c(v1,iv); 108 t=v0=v1=ti[0]=ti[1]=0;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc5/ |
| rc5cfb64.c | 71 register unsigned long v0,v1,t; local 85 c2l(iv,v1); ti[1]=v1; 105 c2l(iv,v1); ti[1]=v1; 119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
|
| rc5ofb64.c | 70 register unsigned long v0,v1,t; local 81 c2l(iv,v1); 83 ti[1]=v1; 86 l2c(v1,dp); 103 v1=ti[1]; 106 l2c(v1,iv); 108 t=v0=v1=ti[0]=ti[1]=0;
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/ |
| hash_kef_generic.c | 22 iovec_t v1, v2; local 57 v1.iov_base = (void *)input[i].data; 58 v1.iov_len = input[i].length; 62 d1.cd_raw = v1; 95 iovec_t v1, v2; local 127 v1.iov_base = (void *)input->data; 128 v1.iov_len = input->length; 133 d1.cd_raw = v1;
|
| /onnv/onnv-gate/usr/src/lib/libc/port/fp/ |
| muldi3.c | 54 * v = 2^n v1 * v0 58 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0 59 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0 61 * Now add 2^n u1 v1 to the first term and subtract it from the middle, 65 * uv = (2^2n + 2^n) (u1 v1) + 66 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) + 71 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high 111 #define v1 macro 166 #undef v1 macro 190 ulong_t u1, u0, v1, v0, udiff, vdiff, high, mid, low; local [all...] |
| qdivrem.c | 87 digit v1, v2; local 194 v1 = v[1]; /* for D3 -- note that v[1..n] are constant */ 210 if (uj0 == v1) { 216 qhat = n / v1; 217 rhat = n % v1; 222 if ((rhat += v1) >= B)
|
| /onnv/onnv-gate/usr/src/lib/libmp/common/ |
| mdiv.c | 122 m_trq(short v1, short v2, short u1, short u2, short u3) 129 if (u1 == v1) { 132 d = (short)(c1 / v1); 135 x1 = c1 - v1 * d; 140 (void) printf("mtrq %d %d %d %d %d %d\n", v1, v2, u1, u2, u3, (d+1)); 155 short v1; local 193 v1 = v.val[n - 1]; 198 qq = m_trq(v1, v2, uval[j + n], uval[j + n - 1],
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| Statistic.java | 267 Double v1 = getDoubleValue(); local 270 return (new DoubleStatistic(new Double(v1.doubleValue() + 277 Double v1 = getDoubleValue(); local 280 return (new DoubleStatistic(new Double(v1.doubleValue() - 355 Long v1 = getLongValue(); local 358 return (new LongStatistic(new Long(v1.longValue() + 365 Long v1 = getLongValue(); local 368 return (new LongStatistic(new Long(v1.longValue() - 442 UnsignedInt64 v1 = getUnsignedInt64Value(); local 446 new UnsignedInt64(v1.add(v2)) 452 UnsignedInt64 v1 = getUnsignedInt64Value(); local [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/ssl/ |
| ssl_asn1.c | 86 int v1=0,v2=0,v3=0,v4=0,v5=0; local 194 M_ASN1_I2D_len_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1); 217 M_ASN1_I2D_put_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| LogDistribution.java | 155 Number v1 = getValue(); local 157 double d1 = v1.doubleValue();
|
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| benchmarks.c | 256 uint64_t v1; local 263 v1 = v2 = vd1 = vd2 = 0; 273 rs1 = (uint32_t *)& v1; 279 (void) v1; 668 int v1; local 672 v1 = visgt16(report); 676 if ((0 != v1) || (0 != v2) || (0 != v3))
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| rdprot.c | 458 int64_t v1; local 462 if (sscanf(buf, "%" SCNd64 ",%" SCNd64, &v1, &v2) != 2) { 466 ((timestruc_t *)(void *)(strct + off))->tv_sec = v1; 470 v1 = ((timestruc_t *)(void *)(strct + off))->tv_sec; 479 (void) sprintf(buf, "%" PRId64 ",%" PRId64, v1, v2);
|