Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 22 of 22) sorted by relevance

/openssl/crypto/seed/
H A Dseed.c449 seed_word x1, x2, x3, x4; in SEED_set_key() local
454 char2word(rawkey + 8, x3); in SEED_set_key()
457 t0 = (x1 + x3 - KC0) & 0xffffffff; in SEED_set_key()
509 seed_word x1, x2, x3, x4; in SEED_encrypt() local
514 char2word(s + 8, x3); in SEED_encrypt()
518 E_SEED(t0, t1, x1, x2, x3, x4, 0); in SEED_encrypt()
519 E_SEED(t0, t1, x3, x4, x1, x2, 2); in SEED_encrypt()
544 word2char(x3, d); in SEED_encrypt()
554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
559 char2word(s + 8, x3); in SEED_decrypt()
[all …]
/openssl/crypto/rc2/
H A Drc2_cbc.c98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
106 x3 = (RC2_INT) (l >> 16L); in RC2_encrypt()
113 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; in RC2_encrypt()
120 x3 = (t << 5) | (t >> 11); in RC2_encrypt()
127 x0 += p1[x3 & 0x3f]; in RC2_encrypt()
130 x3 += p1[x2 & 0x3f]; in RC2_encrypt()
144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
152 x3 = (RC2_INT) (l >> 16L); in RC2_decrypt()
160 t = ((x3 << 11) | (x3 >> 5)) & 0xffff; in RC2_decrypt()
167 x0 = (t - (x1 & ~x3) - (x2 & x3) - *(p0--)) & 0xffff; in RC2_decrypt()
[all …]
H A Drc2_local.h127 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
129 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
131 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
133 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
134 x3=(t<<5)|(t>>11);
/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c231 double x0, x1, x2, x3; in poly1305_blocks() local
303 x3 = in3.d - TWO(52)*TWO96; in poly1305_blocks()
308 x3 += h3lo; in poly1305_blocks()
322 x3 = in3.d - TWO(52)*TWO96; in poly1305_blocks()
331 h2hi += x3; in poly1305_blocks()
351 x3 = (h3lo - c3lo) + c2lo; in poly1305_blocks()
356 x3 += (h3hi - c3hi) + c2hi; in poly1305_blocks()
365 h0lo = s3lo * x1 + s2lo * x2 + s1lo * x3 + r0lo * x0; in poly1305_blocks()
398 x3 = (h3lo - c3lo) + c2lo; in poly1305_blocks()
403 x3 += (h3hi - c3hi) + c2hi; in poly1305_blocks()
[all …]
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl329 lfd $x3,`$LOCALS+8*3`($sp)
344 fsub $x3,$x3,$two96
352 fadd $x3,$x3,$h3lo
421 fadd $x3,$h3lo,$h3hi
437 fmadd $h0lo,$s1lo,$x3,$h0lo
438 fmadd $h0hi,$s1hi,$x3,$h0hi
439 fmadd $h2lo,$s3lo,$x3,$h2lo
440 fmadd $h2hi,$s3hi,$x3,$h2hi
508 fadd $x3,$h3lo,$h3hi
514 fadd $x3,$x3,$two96
[all …]
H A Dpoly1305-sparcv9.pl697 ldd [%sp+LOCALS+8*3],$x3
709 fsubd $x3,$two96,$x3
730 faddd $h3lo,$x3,$x3
803 faddd $h3lo,$h3hi,$x3
820 fmaddd $x3,$s1lo,$h0lo,$h0lo
821 fmaddd $x3,$s1hi,$h0hi,$h0hi
822 fmaddd $x3,$s3lo,$h2lo,$h2lo
823 fmaddd $x3,$s3hi,$h2hi,$h2hi
896 faddd $h3lo,$h3hi,$x3
901 faddd $x3,$two96,$x3
[all …]
/openssl/crypto/idea/
H A Didea_local.h90 x3+= *(p++); \
93 t0=(x1^x3)&0xffff; \
101 x2=x3^t1; \
102 x3=ul;
H A Di_cbc.c99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
104 x3 = (x4 >> 16); in IDEA_encrypt()
121 t0 = x3 + *(p++); in IDEA_encrypt()
/openssl/crypto/ec/curve448/
H A Dcurve448.c390 gf x1, x2, z2, x3, z3, t1, t2; in ossl_x448_int() local
398 gf_copy(x3, x1); in ossl_x448_int()
415 gf_cond_swap(x2, x3, swap); in ossl_x448_int()
426 gf_sub_nr(z2, x3, z3); /* D = x3 - z3 */ /* 3+e */ in ossl_x448_int()
428 gf_add_nr(z2, z3, x3); /* C = x3 + z3 */ /* 2+e */ in ossl_x448_int()
429 gf_mul(x3, t2, z2); /* CB */ in ossl_x448_int()
430 gf_sub_nr(z3, x2, x3); /* DA-CB */ /* 3+e */ in ossl_x448_int()
433 gf_add_nr(z2, x2, x3); /* (DA+CB) */ /* 2+e */ in ossl_x448_int()
434 gf_sqr(x3, z2); /* x3 = (DA+CB)^2 */ in ossl_x448_int()
447 gf_cond_swap(x2, x3, swap); in ossl_x448_int()
[all …]
/openssl/apps/
H A Dclient.pem14 x3/FZIpL5gXJvvFK6xHY63oq2asyzBATntBgnP4qJFWWcvRx24wF1PnZabxuVoL2
/openssl/crypto/ec/
H A Dcurve25519.c226 fe64_copy(x3, x1); in x25519_scalar_mulx()
236 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx()
239 fe64_add(z2, x3, z3); in x25519_scalar_mulx()
244 fe64_add(x3, z3, z2); in x25519_scalar_mulx()
250 fe64_sqr(x3, x3); in x25519_scalar_mulx()
718 fe51_copy(x3, x1); in x25519_scalar_mult()
731 fe51_add(z2, x3, z3); in x25519_scalar_mult()
736 fe51_add(x3, z3, z2); in x25519_scalar_mult()
742 fe51_sq(x3, x3); in x25519_scalar_mult()
4387 fe_copy(x3, x1); in x25519_scalar_mult_generic()
[all …]
H A Decp_nistp256.c1235 static void point_add(felem x3, felem y3, felem z3, in point_add() argument
1364 point_double(x3, y3, z3, x1, y1, z1); in point_add()
1411 felem_assign(x3, x_out); in point_add()
1420 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, in point_add_small() argument
1431 felem_shrink(x3, felem_x3); in point_add_small()
H A Decp_nistp224.c907 static void point_add(felem x3, felem y3, felem z3, in point_add() argument
1007 point_double(x3, y3, z3, x1, y1, z1); in point_add()
1094 felem_assign(x3, x_out); in point_add()
H A Decp_nistp521.c1206 static void point_add(felem x3, felem y3, felem z3, in point_add() argument
1333 point_double(x3, y3, z3, x1, y1, z1); in point_add()
1390 felem_assign(x3, x_out); in point_add()
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1013 // x3 -> key
1033 ldr w15, [x3, #240] // get # of rounds
1041 mov x9, x3 // pass key
1237 mov x2, x3
1267 // x3 -> key
1283 ldr w15, [x3, #240] // get # of rounds
1291 mov x9, x3 // pass key
1425 mov x22, x3
1472 // x3 -> key1 (used to encrypt the XORed plaintext blocks)
1500 mov x23, x3
H A Dbsaes-armv7.pl219 $x2,$x3,$y2,$y3,$t1)=@_;
226 veor $x2, $x2, $x3
228 vand $x3, $x3, $y2
232 veor $x2, $x2, $x3
234 veor $x3, $x3, $t1
H A Dbsaes-x86_64.pl264 $x2,$x3,$y2,$y3,$t1)=@_;
273 pxor $x3, $x2
275 pand $y2, $x3
279 pxor $x3, $x2
281 pxor $t1, $x3
/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl227 my $x3 = shift;
237 ld1w {$x3.s},p0/z,[$inp, #3, MUL VL]
250 my $x3 = shift;
260 st1w {$x3.s},p0,[$outp, #3, MUL VL]
/openssl/include/openssl/
H A Dasn1t.h.in84 /* unused value 0x3 */
537 # define ASN1_TFLG_SET_ORDER (0x3 << 1)
540 # define ASN1_TFLG_SK_MASK (0x3 << 1)
553 # define ASN1_TFLG_TAG_MASK (0x3 << 3)
574 # define ASN1_TFLG_PRIVATE (0x3<<6)
576 # define ASN1_TFLG_TAG_CLASS (0x3<<6)
584 # define ASN1_TFLG_ADB_MASK (0x3<<8)
H A Dcrypto.h.in354 # define CRYPTO_MEM_CHECK_DISABLE 0x3 /* Control only */
H A Dx509.h.in151 # define XN_FLAG_FN_MASK (0x3 << 21)
H A Dssl.h.in569 # define SSL_CONF_TYPE_DIR 0x3

Completed in 111 milliseconds