/openssl/crypto/modes/asm/ |
H A D | ghash-riscv64.pl | 156 ld $x0, 0($Xi) 196 sd $x0, 0($Xi) 213 ld $x0, 0($Xi) 215 @{[brev8 $x0, $x0]} 251 @{[brev8 $x0, $x0]} 253 sd $x0, 0($Xi) 302 xor $x0, $x0, $t0 354 @{[brev8 $x0, $x0]} 373 xor $x0, $x0, $t0 404 @{[brev8 $x0, $x0]} [all …]
|
H A D | ghash-c64xplus.pl | 38 ($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/rc2/ |
H A D | rc2_cbc.c | 98 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 …]
|
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv8.pl | 1134 ldr q15, [x0] 1148 sub x0, x0, #0x60 1158 ldr q15, [x0] 1171 sub x0, x0, #0x50 1179 ldr q15, [x0] 1191 sub x0, x0, #0x40 1208 sub x0, x0, #0x30 1222 sub x0, x0, #0x20 1233 sub x0, x0, #0x10 1499 mov x20, x0 [all …]
|
H A D | bsaes-armv7.pl | 193 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 D | bsaes-x86_64.pl | 237 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/poly1305/ |
H A D | poly1305_ieee754.c | 231 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 D | poly1305-ppcfp.pl | 326 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 D | poly1305-sparcv9.pl | 706 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 D | embeddedSCTs3.sct | 2 Version : v1 (0x0) 14 Version : v1 (0x0) 26 Version : v1 (0x0)
|
H A D | embeddedSCTs1.sct | 2 Version : v1 (0x0)
|
/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 469 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 D | tls1.sct | 2 Version : v1 (0x0)
|
/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 359 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 D | chacha-armv8-sve.pl | 329 my $x0 = @sx[$idx0]; 556 my $x0 = @sx[$idx0]; 567 mov $x0,@KL[$d] 577 my $x0 = @sx[$idx0]; 587 mov $x0,@KL[$d]
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 447 # define SSL_OP_MICROSOFT_SESS_ID_BUG 0x0 448 # define SSL_OP_NETSCAPE_CHALLENGE_BUG 0x0 449 # define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x0 450 # define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x0 451 # define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x0 452 # define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x0 453 # define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x0 454 # define SSL_OP_TLS_D5_BUG 0x0 455 # define SSL_OP_TLS_BLOCK_PADDING_BUG 0x0 456 # define SSL_OP_SINGLE_ECDH_USE 0x0 [all …]
|
H A D | asn1t.h.in | 81 # define ASN1_ITYPE_PRIMITIVE 0x0 568 # define ASN1_TFLG_UNIVERSAL (0x0<<6)
|
H A D | crypto.h.in | 366 # define CRYPTO_MEM_CHECK_OFF 0x0 /* Control only */
|
H A D | x509_vfy.h.in | 321 # define X509_V_FLAG_CB_ISSUER_CHECK 0x0 /* Deprecated */
|
H A D | bio.h.in | 251 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))
|
/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 1642 // 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 D | bn_gf2m.c | 416 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local 441 x0 = a->d[i]; in BN_GF2m_mod_mul_arr() 443 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 10775 WRLbgN1UYNnmmUWP+ElMW/x0+6jTsS9l8BXo3vEN4z8YABkfTLUC0hk4uVEBlYQX 10783 LVORnwtjWRLbgN1UYNnmmUWP+ElMW/x0+6jTsS9l8BXo3vEN4z8YABkfTLUC0hk4
|