/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 62 umul %o3,%g2,%g2 83 umul %o3,%g2,%g2 115 umul %o3,%g2,%g2 127 umul %o3,%g2,%g2 139 umul %o3,%g2,%g2 174 umul %o3,%g2,%g2 175 addcc %g2,%o5,%g2 189 umul %o3,%g2,%g2 216 umul %o3,%g2,%g2 226 umul %o3,%g2,%g2 [all …]
|
H A D | sparcv8plus.S | 196 mulx %o3,%g2,%g2 214 mulx %o3,%g2,%g2 240 mulx %o3,%g2,%g2 250 mulx %o3,%g2,%g2 260 mulx %o3,%g2,%g2 297 mulx %o3,%g2,%g2 311 mulx %o3,%g2,%g2 335 mulx %o3,%g2,%g2 343 mulx %o3,%g2,%g2 351 mulx %o3,%g2,%g2 [all …]
|
H A D | sparcv9-gf2m.pl | 34 @T=("%g2","%g3"); 47 .register %g2,#scratch
|
H A D | vis3-mont.pl | 40 .register %g2,#scratch
|
H A D | sparct4-mont.pl | 95 .register %g2,#scratch
|
/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 1020 addcc %g2, %g2, %g2 1023 xor %l7, %g2, %g2 1090 addcc %g2, %g2, %g2 1093 xor %l7, %g2, %g2 1123 addcc %g2, %g2, %g2 1126 xor %l7, %g2, %g2 1222 addcc %g2, %g2, %g2 1225 xor %l7, %g2, %g2 1254 addcc %g2, %g2, %g2 1257 xor %l7, %g2, %g2 [all …]
|
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 218 u64 g0, g1, g2; in poly1305_emit() local 229 g2 = h2 + (u64)(t >> 64); in poly1305_emit() 232 mask = 0 - (g2 >> 2); in poly1305_emit() 384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local 397 g2 = (u32)(t = (u64)h2 + (t >> 32)); in poly1305_emit() 405 g2 &= mask; in poly1305_emit() 410 h2 = (h2 & mask) | g2; in poly1305_emit()
|
H A D | poly1305_base2_44.c | 139 u64 g0, g1, g2; in poly1305_emit() local 155 g2 = h2 + (u64)(t >> 64); in poly1305_emit() 158 mask = 0 - (g2 >> 2); in poly1305_emit()
|
H A D | poly1305_ieee754.c | 434 u32 g0, g1, g2, g3, g4; in poly1305_emit() local 462 g2 = (u32)(t = h2 + (t >> 32)); in poly1305_emit() 470 g2 &= mask; in poly1305_emit() 475 g2 |= (h2 & mask); in poly1305_emit() 481 g2 = (u32)(t = (u64)g2 + (t >> 32) + nonce[2]); in poly1305_emit() 486 U32TO8(mac + 8, g2); in poly1305_emit()
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 343 my ($h0,$h1,$h2,$h3,$h4,$g0,$g1,$g2,$g3)=map("r$_",(3..11)); 357 adcs $g2,$h2,#0 375 movne $h2,$g2 376 ldr $g2,[$nonce,#8] 385 adcs $h2,$h2,$g2 1188 adcs $g2,$h2,#0 1200 movne $h2,$g2 1201 ldr $g2,[$nonce,#8] 1208 adcs $h2,$h2,$g2
|
H A D | poly1305-sparcv9.pl | 61 .register %g2,#scratch
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 448 g3 += g2 >> 51; g2 &= MASK51; in fe51_mul() 453 h[2] = g2; in fe51_mul() 466 uint64_t g2 = f[2]; in fe51_sq() 473 h2 = (u128)g0 * g2; in fe51_sq() 481 h3 += (u128)g1 * g2; in fe51_sq() 489 h4 += (u128)g2 * g2; g2 *= 2; in fe51_sq() 501 g3 += g2 >> 51; g2 &= MASK51; in fe51_sq() 506 h[2] = g2; in fe51_sq() 528 g3 += g2 >> 51; g2 &= MASK51; in fe51_mul121666() 533 h[2] = g2; in fe51_mul121666() [all …]
|
/openssl/test/ |
H A D | dhtest.c | 41 const BIGNUM *p2, *q2, *g2; in dh_test() local 92 DH_get0_pqg(dh, &p2, &q2, &g2); in dh_test() 95 || !TEST_ptr_eq(g2, g)) in dh_test() 101 || !TEST_ptr_eq(DH_get0_g(dh), g2)) in dh_test()
|
H A D | ec_internal_test.c | 449 EC_GROUP *g1 = NULL, *g2 = NULL; in ecpkparams_i2d2i_test() local 472 || !TEST_ptr(g2 = d2i_ECPKParameters_fp(fp, NULL))) in ecpkparams_i2d2i_test() 482 EC_GROUP_free(g2); in ecpkparams_i2d2i_test()
|
H A D | ectest.c | 2270 EC_GROUP *g1 = NULL, *g2 = NULL; in cardinality_test() local 2303 || !TEST_ptr(g2 = (is_binary) ? in cardinality_test() 2308 || !TEST_ptr(g2 = EC_GROUP_new_curve_GFp(g1_p, g1_a, g1_b, ctx)) in cardinality_test() 2310 || !TEST_ptr(g2_gen = EC_POINT_new(g2)) in cardinality_test() 2313 || !TEST_true(EC_GROUP_set_generator(g2, g2_gen, g1_order, NULL)) in cardinality_test() 2314 || !TEST_true(EC_GROUP_get_cofactor(g2, g2_cf, ctx)) in cardinality_test() 2318 || !TEST_true(EC_GROUP_set_generator(g2, g2_gen, g1_order, g2_cf)) in cardinality_test() 2319 || !TEST_true(EC_GROUP_get_cofactor(g2, g2_cf, ctx)) in cardinality_test() 2326 || !TEST_false(EC_GROUP_set_generator(g2, g2_gen, NULL, NULL)) in cardinality_test() 2329 || !TEST_false(EC_GROUP_set_generator(g2, g2_gen, g1_order, NULL)) in cardinality_test() [all …]
|
/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 38 $rot1m="%g2"; 196 .register %g2,#scratch
|
H A D | sha512-sparcv9.pl | 118 $T1="%g2"; 403 .register %g2,#scratch
|
/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 37 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%o7","%g1","%g2"); 212 .register %g2,#scratch
|
/openssl/crypto/ |
H A D | sparccpuid.S | 15 .register %g2,#scratch 121 clr %g2
|
/openssl/crypto/aes/asm/ |
H A D | aes-sparcv9.pl | 59 $acc11="%g2"; 91 .register %g2,#scratch
|
H A D | aest4-sparcv9.pl | 100 .register %g2,#scratch
|
/openssl/crypto/modes/asm/ |
H A D | ghash-sparcv9.pl | 89 .register %g2,#scratch
|
/openssl/crypto/des/asm/ |
H A D | dest4-sparcv9.pl | 46 .register %g2,#scratch
|
H A D | des_enc.m4 | 39 .register %g2,#scratch 60 #define global2 %g2
|
/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 44 .register %g2,#scratch 103 my ($rp_real,$ap_real)=("%g2","%g3"); 1605 my ($rp_real,$ap_real)=("%g2","%g3");
|