Home
last modified time | relevance | path

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

12

/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1135 eor v4.16b, v4.16b, v9.16b
1160 eor v4.16b, v4.16b, v8.16b
1308 rev32 v4.16b, v4.16b
1344 eor v4.16b, v4.16b, v17.16b
1381 eor v4.16b, v4.16b, v18.16b
1604 eor v4.16b, v4.16b, v13.16b
1696 eor v4.16b, v4.16b, v15.16b
1711 eor v4.16b, v4.16b, v13.16b
1728 eor v4.16b, v4.16b, v15.16b
1739 eor v4.16b, v4.16b, v13.16b
[all …]
/openssl/.github/workflows/
H A Dci.yml35 - uses: actions/checkout@v4
50 - uses: actions/checkout@v4
70 - uses: actions/checkout@v4
79 - uses: actions/checkout@v4
110 - uses: actions/checkout@v4
137 - uses: actions/checkout@v4
157 - uses: actions/checkout@v4
179 - uses: actions/checkout@v4
201 - uses: actions/checkout@v4
227 - uses: actions/checkout@v4
[all …]
H A Drun-checker-daily.yml142 - uses: actions/checkout@v4
161 - uses: actions/checkout@v4
201 uses: actions/checkout@v4
203 uses: actions/checkout@v4
231 uses: actions/checkout@v4
253 uses: actions/checkout@v4
276 uses: actions/checkout@v4
298 uses: actions/checkout@v4
324 uses: actions/checkout@v4
348 - uses: actions/checkout@v4
[all …]
H A Dfips-checksums.yml29 - uses: actions/checkout@v4
46 - uses: actions/checkout@v4
91 - uses: actions/checkout@v4
102 - uses: actions/checkout@v4
H A Dos-zoo.yml38 - uses: actions/checkout@v4
85 - uses: actions/checkout@v4
108 - uses: actions/checkout@v4
131 - uses: actions/checkout@v4
169 - uses: actions/checkout@v4
H A Dprov-compat-label.yml92 - uses: actions/upload-artifact@v4
141 - uses: actions/checkout@v4
181 - uses: actions/upload-artifact@v4
227 - uses: actions/download-artifact@v4.1.8
235 - uses: actions/download-artifact@v4.1.8
H A Dprovider-compatibility.yml99 - uses: actions/upload-artifact@v4
143 - uses: actions/checkout@v4
187 - uses: actions/upload-artifact@v4
221 - uses: actions/download-artifact@v4.1.8
229 - uses: actions/download-artifact@v4.1.8
H A Dwindows.yml32 - uses: actions/checkout@v4
99 - uses: actions/checkout@v4
136 - uses: actions/checkout@v4
187 - uses: actions/checkout@v4
H A Dbuild_quic_interop_container.yml12 - uses: actions/checkout@v4
H A Drun_quic_interop.yml18 - uses: actions/checkout@v4
H A Dstyle-checks.yml23 - uses: actions/checkout@v4
H A Dstatic-analysis-on-prem.yml29 - uses: actions/checkout@v4
H A Drun-checker-ci.yml47 - uses: actions/checkout@v4
H A Drun-checker-merge.yml47 - uses: actions/checkout@v4
H A Dstatic-analysis.yml23 - uses: actions/checkout@v4
H A Dwindows_comp.yml26 - uses: actions/checkout@v4
85 - uses: actions/checkout@v4
H A Dinterop-tests.yml26 - uses: actions/checkout@v4
H A Dfuzz-checker.yml55 - uses: actions/checkout@v4
H A Dcoveralls.yml50 - uses: actions/checkout@v4
H A Dcompiler-zoo.yml121 - uses: actions/checkout@v4
/openssl/test/certs/
H A DembeddedSCTs1_issuer-key.pem16 Uc+wN8ZPzpRbGabenoyTf+v4+f+VfIGMUw9TKQZozsGVypZeAy++l9sAymaty3FH
/openssl/crypto/x509/
H A Dv3_utl.c33 static int ipv4_from_asc(unsigned char *v4, const char *in);
1228 static int ipv4_from_asc(unsigned char *v4, const char *in) in ipv4_from_asc() argument
1230 if (!get_ipv4_component(&v4[0], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1231 || !get_ipv4_component(&v4[1], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1232 || !get_ipv4_component(&v4[2], &in) || !get_ipv4_dot(&in) in ipv4_from_asc()
1233 || !get_ipv4_component(&v4[3], &in) || *in != '\0') { in ipv4_from_asc()
/openssl/crypto/perlasm/
H A Ds390x.pm2824 my ($opcode,$v1,$v2,$v3,$v4,$m5,$m6)=(shift,get_V(shift),get_V(shift),
2830 $out.=sprintf("%#06x",(($v4&0xf)<<12|RXB($v1,$v2,$v3,$v4)<<8|$opcode&0xff));
2839 my ($opcode,$v1,$v2,$v3,$v4,$m5,$m6)=(shift,get_V(shift),get_V(shift),
2845 $out.=sprintf("%#06x",(($v4&0xf)<<12|RXB($v1,$v2,$v3,$v4)<<8|$opcode&0xff));
/openssl/doc/man3/
H A DDES_random_key.pod187 chaining mode used by Kerberos v4. Its parameters are the same as
229 used by Kerberos v4. Other applications should use
232 DES_quad_cksum() is a Kerberos v4 function. It returns a 4 byte
/openssl/providers/implementations/kdfs/
H A Dargon2.c97 # define PERMUTATION_P(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument
100 G(v0, v4, v8, v12); \
107 G(v3, v4, v9, v14); \

Completed in 79 milliseconds

12