Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 25 of 25) sorted by relevance

/openssl/crypto/rc2/
H A Drc2_cbc.c98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
102 x0 = (RC2_INT) l & 0xffff; in RC2_encrypt()
114 x0 = (t << 1) | (t >> 15); in RC2_encrypt()
115 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; in RC2_encrypt()
127 x0 += p1[x3 & 0x3f]; in RC2_encrypt()
128 x1 += p1[x0 & 0x3f]; in RC2_encrypt()
144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
148 x0 = (RC2_INT) l & 0xffff; in RC2_decrypt()
165 x1 = (t - (x2 & ~x0) - (x3 & x0) - *(p0--)) & 0xffff; in RC2_decrypt()
166 t = ((x0 << 15) | (x0 >> 1)) & 0xffff; in RC2_decrypt()
[all …]
H A Drc2_local.h127 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
128 x0=(t<<1)|(t>>15); \
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; \
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1133 ldr q15, [x0]
1147 sub x0, x0, #0x60
1157 ldr q15, [x0]
1170 sub x0, x0, #0x50
1178 ldr q15, [x0]
1190 sub x0, x0, #0x40
1207 sub x0, x0, #0x30
1221 sub x0, x0, #0x20
1232 sub x0, x0, #0x10
1497 mov x20, x0
[all …]
H A Dbsaes-armv7.pl193 vand $t0, $t0, $x0
194 veor $x0, $x0, $x1
196 vand $x0, $x0, $y1
198 veor $x0, $x0, $t1
207 vand $t0, $t0, $x0
208 veor $x0, $x0, $x1
210 vand $x0, $x0, $y1
212 veor $x0, $x0, $t0
225 veor $x0, $x0, $x1
229 vand $x0, $x0, $y1
[all …]
H A Dbsaes-x86_64.pl237 pand $x0, $t0
238 pxor $x1, $x0
240 pand $y1, $x0
241 pxor $x1, $x0
252 pand $x0, $t0
253 pxor $x1, $x0
255 pand $y1, $x0
256 pxor $x0, $x1
257 pxor $t0, $x0
270 pand $x0, $t0
[all …]
/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl38 ($xip,$x0,$x1,$xib)=map("B$_",(6..9)); # $xip zaps $len
72 || LDBU *--${xip},$x0 ; Xi[14]
120 || [B0] SHRU $Z1,16,$x0 ; Xi[14]
127 || [B0] SHRU $Z0,8,$x0 ; Xi[14]
164 || [A0] LDBU *--${xip},$x0
176 || SHL $x0,1,$xib
177 || SHL $x0,1,$xia
220 || [B0] SHRU $Z1,16,$x0 ; Xi[14]
231 || [B0] SHRU $Z0,8,$x0 ; Xi[14]
/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c231 double x0, x1, x2, x3; in poly1305_blocks() local
300 x0 = in0.d - TWO(52)*TWO0; in poly1305_blocks()
305 x0 += h0lo; in poly1305_blocks()
319 x0 = in0.d - TWO(52)*TWO0; in poly1305_blocks()
328 h0lo += x0; in poly1305_blocks()
352 x0 = (h0lo - c0lo) + c3lo * (5.0/TWO130); in poly1305_blocks()
357 x0 += (h0hi - c0hi) + c3hi * (5.0/TWO130); in poly1305_blocks()
365 h0lo = s3lo * x1 + s2lo * x2 + s1lo * x3 + r0lo * x0; in poly1305_blocks()
399 x0 = (h0lo - c0lo) + c3lo * (5.0/TWO130); in poly1305_blocks()
404 x0 += (h0hi - c0hi) + c3hi * (5.0/TWO130); in poly1305_blocks()
[all …]
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl326 lfd $x0,`$LOCALS+8*0`($sp)
340 fsub $x0,$x0,$two0 # de-bias input
346 fadd $x0,$x0,$h0lo # accumulate input
425 fadd $x0,$h0lo,$h0hi
455 fmadd $h0lo,$r0lo,$x0,$h0lo
457 fmadd $h0hi,$r0hi,$x0,$h0hi
459 fmadd $h2lo,$r2lo,$x0,$h2lo
461 fmadd $h2hi,$r2hi,$x0,$h2hi
510 fadd $x0,$h0lo,$h0hi
516 fadd $x0,$x0,$two0
[all …]
H A Dpoly1305-sparcv9.pl706 fsubd $x0,$two0, $x0 ! de-bias input
724 faddd $h0lo,$x0,$x0 ! accumulate input
807 faddd $h0lo,$h0hi,$x0
842 fmaddd $x0,$r0lo,$h0lo,$h0lo
844 fmaddd $x0,$r0hi,$h0hi,$h0hi
846 fmaddd $x0,$r2lo,$h2lo,$h2lo
848 fmaddd $x0,$r2hi,$h2hi,$h2hi
850 fmaddd $x0,$r1lo,$h1lo,$h1lo
898 faddd $h0lo,$h0hi,$x0
903 faddd $x0,$two0, $x0
[all …]
/openssl/test/certs/
H A DembeddedSCTs3.sct2 Version : v1 (0x0)
14 Version : v1 (0x0)
26 Version : v1 (0x0)
H A DembeddedSCTs1.sct2 Version : v1 (0x0)
/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl469 my ($x0,$x1)=("r3","r4"); # zaps $ctx and $inp
562 lwz $x0,`$XOFF+0+$SZ*(($i+1)%16)`($sp)
590 addc $x0,$x0,$a0 ; x[i]+=sigma0(x[i+1])
607 addc $x0,$x0,$a0 ; x[i]+=x[i+9]
610 addc $x0,$x0,$s0 ; x[i]+=sigma1(x[i+14])
613 ($t0,$t1,$x0,$x1) = ($x0,$x1,$t0,$t1);
/openssl/test/ct/
H A Dtls1.sct2 Version : v1 (0x0)
/openssl/fuzz/corpora/conf/
H A Dcb6f6ede24cbebdc22ba7cc86e48602c309eec1a86 x0=
H A D6517fe4ff4eb5578cea3d3430b318102211c139c596 x0=#
/openssl/crypto/ec/
H A Dec2_smpl.c359 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; in ossl_ec_GF2m_simple_add() local
386 x0 = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_add()
398 if (!BN_copy(x0, a->X)) in ossl_ec_GF2m_simple_add()
403 if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx)) in ossl_ec_GF2m_simple_add()
416 if (BN_GF2m_cmp(x0, x1)) { in ossl_ec_GF2m_simple_add()
417 if (!BN_GF2m_add(t, x0, x1)) in ossl_ec_GF2m_simple_add()
/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl224 my $x0 = shift;
234 ld1w {$x0.s},p0/z,[$inp]
247 my $x0 = shift;
257 st1w {$x0.s},p0,[$outp]
/openssl/include/openssl/
H A Dssl.h.in432 # define SSL_OP_MICROSOFT_SESS_ID_BUG 0x0
433 # define SSL_OP_NETSCAPE_CHALLENGE_BUG 0x0
434 # define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x0
435 # define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x0
436 # define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x0
437 # define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x0
438 # define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x0
439 # define SSL_OP_TLS_D5_BUG 0x0
440 # define SSL_OP_TLS_BLOCK_PADDING_BUG 0x0
441 # define SSL_OP_SINGLE_ECDH_USE 0x0
[all …]
H A Dasn1t.h.in81 # define ASN1_ITYPE_PRIMITIVE 0x0
568 # define ASN1_TFLG_UNIVERSAL (0x0<<6)
H A Dcrypto.h.in351 # define CRYPTO_MEM_CHECK_OFF 0x0 /* Control only */
H A Dx509_vfy.h.in320 # define X509_V_FLAG_CB_ISSUER_CHECK 0x0 /* Deprecated */
H A Dbio.h.in226 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))
/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl1642 // void ecp_nistz256_scatter_w5(void *x0,const P256_POINT *x1,
1706 // void ecp_nistz256_gather_w5(P256_POINT *x0,const void *x1,
1785 // void ecp_nistz256_scatter_w7(void *x0,const P256_POINT_AFFINE *x1,
1831 // void ecp_nistz256_gather_w7(P256_POINT_AFFINE *x0,const void *x1,
/openssl/crypto/bn/
H A Dbn_gf2m.c415 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local
440 x0 = a->d[i]; in BN_GF2m_mod_mul_arr()
442 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt10775 WRLbgN1UYNnmmUWP+ElMW/x0+6jTsS9l8BXo3vEN4z8YABkfTLUC0hk4uVEBlYQX
10783 LVORnwtjWRLbgN1UYNnmmUWP+ElMW/x0+6jTsS9l8BXo3vEN4z8YABkfTLUC0hk4

Completed in 141 milliseconds