| /src/sys/external/isc/libsodium/dist/test/default/ |
| scalarmult_ed25519.c | 25 unsigned char *n, *p, *q, *q2; local 30 q2 = (unsigned char *) sodium_malloc(crypto_scalarmult_ed25519_BYTES); 37 if (crypto_scalarmult_ed25519(q2, n, p) != 0) { 40 if (memcmp(q, q2, crypto_scalarmult_ed25519_BYTES) != 0) { 48 if (crypto_scalarmult_ed25519(q2, n, p) != -1) { 56 if (crypto_scalarmult_ed25519(q2, n, p) != 0) { 79 sodium_free(q2);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| div_qr_1n_pi1.c | 65 __asm__ ( "add %6, %q2\n\t" \ 224 mp_limb_t q2, cy; local 238 * | q2| q1| q0| 242 add_ssaaaa (q2, q1, -u2, u2 & dinv, CNST_LIMB(0), u1); 243 add_ssaaaa (q2, q1, q2, q1, CNST_LIMB(0), p1); 244 add_ssaaaa (q2, q1, q2, q1, CNST_LIMB(0), q0); 252 add_ssaaaa (q2, q1, q2, q1, CNST_LIMB(0), cy) [all...] |
| div_qr_1n_pi2.c | 65 __asm__ ("add\t%7, %q2\n\tadc\t%5, %q1\n\tadc\t$0, %q0" \ 133 #define q2 q2b macro 170 r = u0 - q2 * d0; 174 sub_ddmmss (q3,q2, q3,q2, 0,cnd); 179 add_ssaaaa (q3,q2, q3,q2, 0,1); 182 qp[0] = q2; 201 #undef q2 macro
|
| div_qr_1u_pi2.c | 65 __asm__ ("add\t%7, %q2\n\tadc\t%5, %q1\n\tadc\t$0, %q0" \ 132 #define q2 q2b macro 166 r = u0 - q2 * d0; 170 sub_ddmmss (q3,q2, q3,q2, 0,cnd); 175 add_ssaaaa (q3,q2, q3,q2, 0,1); 178 qp[0] = q2; 214 r = u0 - q2 * d0; 218 sub_ddmmss (q3,q2, q3,q2, 0,cnd) 233 #undef q2 macro [all...] |
| /src/lib/libm/noieee_src/ |
| n_exp__E.c | 65 * Q := q1*x^2 + q2*x^4 (for 56 bits precision, add q3*x^6) 68 * (See the listing below for the values of p1,p2,q1,q2,q3. The poly- 94 vc(q2, 1.2624568129896839182E-3 ,7905,3ba5,f5e7,72e4, -9, .A5790572E4F5E7) 100 ic(q2, 9.9176615021572857300E-4, -10, 1.03FC4CB8C98E8) 106 #define q2 vccast(q2) macro 119 q = z*( q1 +z*( q2 +z* q3 )); 121 q = z*( q1 +z* q2 );
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| atanq.c | 164 q2 = 3.180448303864130128268191635189365331680E2Q, variable 239 q = ((((u + q4) * u + q3) * u + q2) * u + q1) * u + q0;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| atanq.c | 164 q2 = 3.180448303864130128268191635189365331680E2Q, variable 239 q = ((((u + q4) * u + q3) * u + q2) * u + q1) * u + q0;
|
| /src/sys/crypto/aes/ |
| aes_ct64_dec.c | 42 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; local 46 q2 = q[2]; 54 q[5] = q7 ^ q2 ^ q4; 56 q[3] = q5 ^ q0 ^ q2; 59 q[0] = q2 ^ q5 ^ q7; 65 q2 = q[2]; 73 q[5] = q7 ^ q2 ^ q4; 75 q[3] = q5 ^ q0 ^ q2; 78 q[0] = q2 ^ q5 ^ q7; 119 uint64_t q0, q1, q2, q3, q4, q5, q6, q7 local [all...] |
| aes_ct64_enc.c | 75 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; local 80 q2 = q[2]; 88 r2 = (q2 >> 16) | (q2 << 48); 97 q[2] = q1 ^ r1 ^ r2 ^ rotr32(q2 ^ r2); 98 q[3] = q2 ^ r2 ^ q7 ^ r7 ^ r3 ^ rotr32(q3 ^ r3);
|
| aes_ct_dec.c | 56 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local 60 q2 = q[2]; 68 q[5] = q7 ^ q2 ^ q4; 70 q[3] = q5 ^ q0 ^ q2; 73 q[0] = q2 ^ q5 ^ q7; 79 q2 = q[2]; 87 q[5] = q7 ^ q2 ^ q4; 89 q[3] = q5 ^ q0 ^ q2; 92 q[0] = q2 ^ q5 ^ q7; 130 uint32_t q0, q1, q2, q3, q4, q5, q6, q7 local [all...] |
| aes_ct_enc.c | 72 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local 77 q2 = q[2]; 85 r2 = (q2 >> 8) | (q2 << 24); 94 q[2] = q1 ^ r1 ^ r2 ^ rotr16(q2 ^ r2); 95 q[3] = q2 ^ r2 ^ q7 ^ r7 ^ r3 ^ rotr16(q3 ^ r3);
|
| /src/external/bsd/ntp/dist/tests/ntpd/ |
| ntp_prio_q.c | 217 queue* q2 = create_queue(); local 223 append_queue(q1, q2); // destroys q2 269 // destroy_queue(q2); // destroyed already
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-mpq_addsub.c | 53 mpq_t q1, q2; local 56 mpq_init (q2); 68 mpq_set_ui (q2, n2, d2); 70 if ((!ref) != mpq_equal (q1, q2)) 85 mpq_clear (q2);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mulders.c | 157 mp_limb_t qh, d1, d0, q2, q1, q0; local 187 q2 = MPFR_LIMB_MAX; 189 udiv_qr_3by2 (q2, q1, q0, np[n - 1], np[n - 2], np[n - 3], 191 /* since q2 = floor((np[n-1]*B^2+np[n-2]*B+np[n-3])/(d1*B+d0)), 192 we have q2 <= (np[n-1]*B^2+np[n-2]*B+np[n-3])/(d1*B+d0), 193 thus np[n-1]*B^2+np[n-2]*B+np[n-3] >= q2*(d1*B+d0) 194 and {np-1, n} >= q2*D - q2*B^(n-2) >= q2*D - B^(n-1) 195 thus {np-1, n} - (q2-1)*D >= D - B^(n-1) >= [all...] |
| /src/common/lib/libc/quad/ |
| qdivrem.c | 132 digit q1, q2, q3, q4; local 145 q2 = (digit)(rbj / t); 152 tmp.ul[H] = COMBINE(q1, q2);
|
| /src/sys/crypto/aes/arch/x86/ |
| aes_sse2_4x32_dec.c | 56 __m128i q0, q1, q2, q3, q4, q5, q6, q7; local 60 q2 = q[2]; 68 q[5] = q7 ^ q2 ^ q4; 70 q[3] = q5 ^ q0 ^ q2; 73 q[0] = q2 ^ q5 ^ q7; 79 q2 = q[2]; 87 q[5] = q7 ^ q2 ^ q4; 89 q[3] = q5 ^ q0 ^ q2; 92 q[0] = q2 ^ q5 ^ q7; 148 __m128i q0, q1, q2, q3, q4, q5, q6, q7 local [all...] |
| aes_sse2_4x32_enc.c | 87 __m128i q0, q1, q2, q3, q4, q5, q6, q7; local 92 q2 = q[2]; 100 r2 = _mm_srli_epi32(q2, 8) | _mm_slli_epi32(q2, 24); 109 q[2] = q1 ^ r1 ^ r2 ^ rotr16(q2 ^ r2); 110 q[3] = q2 ^ r2 ^ q7 ^ r7 ^ r3 ^ rotr16(q3 ^ r3);
|
| /src/crypto/external/apache2/openssl/dist/crypto/rsa/ |
| rsa_sp800_56b_gen.c | 38 * q1, q2 The returned auxiliary primes for q. 43 * auxiliary primes q1 & q2 are calculated. If NULL these values 51 * p1, p2, q1, q2 are returned if they are not NULL. 64 BIGNUM *q1 = NULL, *q2 = NULL; local 80 q2 = test->q2; 127 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1,
|
| rsa_local.h | 44 BIGNUM *q2; member in struct:rsa_acvp_test_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| rsa_sp800_56b_gen.c | 39 * q1, q2 The returned auxiliary primes for q. 45 * auxiliary primes q1 & q2 are calculated. If NULL these values 53 * p1, p2, q1, q2, Xpout, Xqout are returned if they are not NULL. 66 BIGNUM *q1 = NULL, *q2 = NULL; local 83 q2 = test->q2; 130 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1,
|
| rsa_local.h | 44 BIGNUM *q2; member in struct:rsa_acvp_test_st
|
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-cxx11.cc | 34 mpq_class q1, q2; local 37 static_assert(noexcept(q1 = std::move(q2)), "sorry");
|
| /src/external/lgpl3/mpc/dist/src/ |
| eta.c | 34 mpcb_t q2, qn, q2n1, q3nm1, q3np1; local 38 mpcb_init (q2); 44 mpcb_sqr (q2, q); 53 mpcb_neg (q3np1, q2); /* +- q^(3n+1)*n/2) */ 60 mpcb_mul (q2n1, q2n1, q2); 78 mpcb_clear (q2);
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| ClientRequests.h | 41 DNSQuestion * q2; // DNSQuestion for unicast version of a record with a dot-local name. member in struct:__anon6128 42 mDNSu16 q2Type; // q2's original qtype value. 43 mDNSBool q2LongLived; // q2's original LongLived value. 44 mDNSBool q2ReturnIntermed; // q2's original ReturnIntermed value. 45 mDNSBool q2TimeoutQuestion; // q2's original TimeoutQuestion value. 46 mDNSBool q2AppendSearchDomains; // q2's original AppendSearchDomains value.
|
| /src/external/bsd/libbind/dist/irs/ |
| lcl_ho.c | 504 struct lcl_res_target q, q2, *p; local 507 memset(&q, 0, sizeof(q2)); 508 memset(&q2, 0, sizeof(q2)); 515 q.next = &q2; 516 q2.family = AF_INET;
|