Home
last modified time | relevance | path

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

123

/openssl/crypto/des/
H A Dcfb64ede.c43 ti[1] = v1; in DES_ede3_cfb64_encrypt()
107 c2l(iv, v1); in DES_ede3_cfb_encrypt()
112 ti[1] = v1; in DES_ede3_cfb_encrypt()
125 v0 = v1; in DES_ede3_cfb_encrypt()
126 v1 = d0; in DES_ede3_cfb_encrypt()
129 v1 = d1; in DES_ede3_cfb_encrypt()
153 ti[1] = v1; in DES_ede3_cfb_encrypt()
162 v0 = v1; in DES_ede3_cfb_encrypt()
163 v1 = d0; in DES_ede3_cfb_encrypt()
166 v1 = d1; in DES_ede3_cfb_encrypt()
[all …]
H A Dcfb_enc.c56 c2l(iv, v1); in DES_cfb_encrypt()
61 ti[1] = v1; in DES_cfb_encrypt()
74 v0 = v1; in DES_cfb_encrypt()
75 v1 = d0; in DES_cfb_encrypt()
78 v1 = d1; in DES_cfb_encrypt()
83 l2c(v1, iv); in DES_cfb_encrypt()
108 ti[1] = v1; in DES_cfb_encrypt()
117 v0 = v1; in DES_cfb_encrypt()
118 v1 = d0; in DES_cfb_encrypt()
121 v1 = d1; in DES_cfb_encrypt()
[all …]
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
53 c2l(iv, v1); in DES_ofb_encrypt()
55 ti[1] = v1; in DES_ofb_encrypt()
58 ti[1] = v1; in DES_ofb_encrypt()
70 v0 = v1; in DES_ofb_encrypt()
71 v1 = vv0; in DES_ofb_encrypt()
74 v1 = vv1; in DES_ofb_encrypt()
80 v0 = ((v0 >> num) | (v1 << (32 - num))) & 0xffffffffL; in DES_ofb_encrypt()
81 v1 = ((v1 >> num) | (vv0 << (32 - num))) & 0xffffffffL; in DES_ofb_encrypt()
86 l2c(v1, iv); in DES_ofb_encrypt()
[all …]
H A Dofb64ede.c28 register DES_LONG v0, v1; in DES_ede3_ofb64_encrypt() local
39 c2l(iv, v1); in DES_ede3_ofb64_encrypt()
41 ti[1] = v1; in DES_ede3_ofb64_encrypt()
44 l2c(v1, dp); in DES_ede3_ofb64_encrypt()
51 v1 = ti[1]; in DES_ede3_ofb64_encrypt()
55 l2c(v1, dp); in DES_ede3_ofb64_encrypt()
64 l2c(v1, iv); in DES_ede3_ofb64_encrypt()
66 v0 = v1 = ti[0] = ti[1] = 0; in DES_ede3_ofb64_encrypt()
H A Dofb64enc.c27 register DES_LONG v0, v1, t; in DES_ofb64_encrypt() local
38 c2l(iv, v1); in DES_ofb64_encrypt()
40 ti[1] = v1; in DES_ofb64_encrypt()
43 l2c(v1, dp); in DES_ofb64_encrypt()
59 v1 = ti[1]; in DES_ofb64_encrypt()
62 l2c(v1, iv); in DES_ofb64_encrypt()
64 t = v0 = v1 = ti[0] = ti[1] = 0; in DES_ofb64_encrypt()
H A Dcfb64enc.c28 register DES_LONG v0, v1; in DES_cfb64_encrypt() local
40 c2l(iv, v1); in DES_cfb64_encrypt()
41 ti[1] = v1; in DES_cfb64_encrypt()
60 c2l(iv, v1); in DES_cfb64_encrypt()
61 ti[1] = v1; in DES_cfb64_encrypt()
77 v0 = v1 = ti[0] = ti[1] = c = cc = 0; in DES_cfb64_encrypt()
/openssl/crypto/siphash/
H A Dsiphash.c53 v1 = ROTL(v1, 13); \
63 v1 = ROTL(v1, 17); \
102 ctx->v1 ^= 0xee; in SipHash_set_hash_size()
129 ctx->v1 = 0x646f72616e646f6dULL ^ k1; in SipHash_Init()
134 ctx->v1 ^= 0xee; in SipHash_Init()
146 uint64_t v1 = ctx->v1; in SipHash_Update() local
192 ctx->v1 = v1; in SipHash_Update()
203 uint64_t v1 = ctx->v1; in SipHash_Final() local
245 b = v0 ^ v1 ^ v2 ^ v3; in SipHash_Final()
249 v1 ^= 0xdd; in SipHash_Final()
[all …]
/openssl/crypto/bf/
H A Dbf_ofb64.c28 register BF_LONG v0, v1, t; in BF_ofb64_encrypt() local
39 n2l(iv, v1); in BF_ofb64_encrypt()
41 ti[1] = v1; in BF_ofb64_encrypt()
44 l2n(v1, dp); in BF_ofb64_encrypt()
60 v1 = ti[1]; in BF_ofb64_encrypt()
63 l2n(v1, iv); in BF_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[1] = 0; in BF_ofb64_encrypt()
H A Dbf_cfb64.c29 register BF_LONG v0, v1, t; in BF_cfb64_encrypt() local
41 n2l(iv, v1); in BF_cfb64_encrypt()
42 ti[1] = v1; in BF_cfb64_encrypt()
61 n2l(iv, v1); in BF_cfb64_encrypt()
62 ti[1] = v1; in BF_cfb64_encrypt()
78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0; in BF_cfb64_encrypt()
/openssl/crypto/rc2/
H A Drc2ofb64.c28 register unsigned long v0, v1, t; in RC2_ofb64_encrypt() local
39 c2l(iv, v1); in RC2_ofb64_encrypt()
41 ti[1] = v1; in RC2_ofb64_encrypt()
44 l2c(v1, dp); in RC2_ofb64_encrypt()
60 v1 = ti[1]; in RC2_ofb64_encrypt()
63 l2c(v1, iv); in RC2_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[1] = 0; in RC2_ofb64_encrypt()
H A Drc2cfb64.c29 register unsigned long v0, v1, t; in RC2_cfb64_encrypt() local
41 c2l(iv, v1); in RC2_cfb64_encrypt()
42 ti[1] = v1; in RC2_cfb64_encrypt()
61 c2l(iv, v1); in RC2_cfb64_encrypt()
62 ti[1] = v1; in RC2_cfb64_encrypt()
78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0; in RC2_cfb64_encrypt()
/openssl/crypto/rc5/
H A Drc5ofb64.c28 register unsigned long v0, v1, t; in RC5_32_ofb64_encrypt() local
39 c2l(iv, v1); in RC5_32_ofb64_encrypt()
41 ti[1] = v1; in RC5_32_ofb64_encrypt()
44 l2c(v1, dp); in RC5_32_ofb64_encrypt()
60 v1 = ti[1]; in RC5_32_ofb64_encrypt()
63 l2c(v1, iv); in RC5_32_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[1] = 0; in RC5_32_ofb64_encrypt()
H A Drc5cfb64.c29 register unsigned long v0, v1, t; in RC5_32_cfb64_encrypt() local
41 c2l(iv, v1); in RC5_32_cfb64_encrypt()
42 ti[1] = v1; in RC5_32_cfb64_encrypt()
61 c2l(iv, v1); in RC5_32_cfb64_encrypt()
62 ti[1] = v1; in RC5_32_cfb64_encrypt()
78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0; in RC5_32_cfb64_encrypt()
/openssl/crypto/cast/
H A Dc_ofb64.c28 register CAST_LONG v0, v1, t; in CAST_ofb64_encrypt() local
39 n2l(iv, v1); in CAST_ofb64_encrypt()
41 ti[1] = v1; in CAST_ofb64_encrypt()
44 l2n(v1, dp); in CAST_ofb64_encrypt()
60 v1 = ti[1]; in CAST_ofb64_encrypt()
63 l2n(v1, iv); in CAST_ofb64_encrypt()
65 t = v0 = v1 = ti[0] = ti[1] = 0; in CAST_ofb64_encrypt()
H A Dc_cfb64.c29 register CAST_LONG v0, v1, t; in CAST_cfb64_encrypt() local
41 n2l(iv, v1); in CAST_cfb64_encrypt()
42 ti[1] = v1; in CAST_cfb64_encrypt()
61 n2l(iv, v1); in CAST_cfb64_encrypt()
62 ti[1] = v1; in CAST_cfb64_encrypt()
78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0; in CAST_cfb64_encrypt()
/openssl/crypto/idea/
H A Di_ofb64.c29 register unsigned long v0, v1, t; in IDEA_ofb64_encrypt() local
45 n2l(iv, v1); in IDEA_ofb64_encrypt()
47 ti[1] = v1; in IDEA_ofb64_encrypt()
50 l2n(v1, dp); in IDEA_ofb64_encrypt()
66 v1 = ti[1]; in IDEA_ofb64_encrypt()
69 l2n(v1, iv); in IDEA_ofb64_encrypt()
71 t = v0 = v1 = ti[0] = ti[1] = 0; in IDEA_ofb64_encrypt()
H A Di_cfb64.c30 register unsigned long v0, v1, t; in IDEA_cfb64_encrypt() local
47 n2l(iv, v1); in IDEA_cfb64_encrypt()
48 ti[1] = v1; in IDEA_cfb64_encrypt()
67 n2l(iv, v1); in IDEA_cfb64_encrypt()
68 ti[1] = v1; in IDEA_cfb64_encrypt()
84 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0; in IDEA_cfb64_encrypt()
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1074 eor v1.16b, v1.16b, v16.16b
1079 eor v1.16b, v4.16b, v1.16b
1093 eor v1.16b, v3.16b, v1.16b
1131 eor v1.16b, v1.16b, v5.16b
1157 eor v1.16b, v1.16b, v3.16b
1341 eor v1.16b, v1.16b, v17.16b
1352 eor v1.16b, v3.16b, v1.16b
1540 and v1.16b, v1.16b, v8.16b
1541 ext v1.16b, v1.16b, v1.16b, #8
1633 and v1.16b, v1.16b, v8.16b
[all …]
H A Daes-586.pl265 &shr ($v1,16);
268 &and ($v1,0xFF);
270 &mov ($v1,$v0);
275 &movz ($v0,&HB($v1));
276 &shr ($v1,16);
279 &and ($v1,0xFF);
284 &mov ($v0,$v1);
285 &and ($v1,0xFF);
296 &mov ($v1,$v0);
300 &shr ($v1,16);
[all …]
/openssl/crypto/perlasm/
H A Ds390x.pm2648 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2663 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2753 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf)<<4)).",";
2860 $out.=sprintf("%#06x",(RXB($v1)<<8|$opcode&0xff));
2869 my ($opcode,$v1)=(shift,get_V(shift));
2872 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf))).",";
2874 $out.=sprintf("%#06x",(RXB(0,$v1)<<8|$opcode&0xff));
2887 $out.=sprintf("%#06x",($opcode&0xff00|($v1&0xf))).",";
2889 $out.=sprintf("%#06x",(RXB(0,$v1,$v2)<<8|$opcode&0xff));
2964 $out.=sprintf("%#06x",(($v1&0xf)<<12|RXB(0,0,0,$v1)<<8|$opcode&0xff));
[all …]
/openssl/dev/release-aux/
H A Dfixup-NEWS.md-postrelease.pl15 my $v1 = $1;
25 ### Major changes between OpenSSL $v1 and OpenSSL $v2 [$PREV_RELEASE_DATE]
H A Dfixup-CHANGES.md-postrelease.pl15 my $v1 = $1;
25 ### Changes between $v1 and $v2 [$PREV_RELEASE_DATE]
/openssl/test/certs/
H A DembeddedSCTs3.sct2 Version : v1 (0x0)
14 Version : v1 (0x0)
26 Version : v1 (0x0)
/openssl/.github/workflows/
H A Dwindows_comp.yml29 - uses: ilammy/msvc-dev-cmd@v1
30 - uses: ilammy/setup-nasm@v1
62 uses: suisei-cn/actions-download-file@v1.6.0
88 - uses: ilammy/msvc-dev-cmd@v1
89 - uses: ilammy/setup-nasm@v1
121 uses: suisei-cn/actions-download-file@v1.6.0
/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in25 [B<-v1> I<alg>]
38 format with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms.
135 =item B<-v1> I<alg>
137 This option indicates a PKCS#5 v1.5 or PKCS#12 algorithm should be used. Some
172 the older PKCS#5 v1.5 form instead, possibly also requiring insecure weak
186 Various algorithms can be used with the B<-v1> command line option,
187 including PKCS#5 v1.5 and PKCS#12. These are described in more detail
194 These algorithms were included in the original PKCS#5 v1.5 specification.
199 These algorithms are not mentioned in the original PKCS#5 v1.5 specification
234 openssl pkcs8 -in key.pem -topk8 -v1 PBE-MD5-DES -out enckey.pem
[all …]

Completed in 68 milliseconds

123