Home
last modified time | relevance | path

Searched refs:z0 (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/modes/asm/
H A Dghash-riscv64.pl158 @{[brev8_rv64i $x0, $z0, $z1, $z2]}
159 @{[brev8_rv64i $x1, $z0, $z1, $z2]}
180 @{[clmul $z0, $x0, $y0]}
191 xor $x0, $z0, $t0
194 @{[brev8_rv64i $x0, $z0, $z1, $z2]}
237 @{[clmul $z0, $x0, $y0]}
248 xor $x0, $z0, $t0
316 @{[clmul $z0, $x0, $y0]}
327 xor $x0, $z0, $t0
387 @{[clmul $z0, $x0, $y0]}
[all …]
/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
47 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) | in DES_quad_cksum()
64 t0 += z0; in DES_quad_cksum()
68 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL)) in DES_quad_cksum()
78 *lp++ = z0; in DES_quad_cksum()
82 return z0; in DES_quad_cksum()
/openssl/crypto/ec/
H A Dec2_oct.c45 int ret = 0, z0; in ossl_ec_GF2m_simple_set_compressed_coordinates() local
98 z0 = (BN_is_odd(z)) ? 1 : 0; in ossl_ec_GF2m_simple_set_compressed_coordinates()
101 if (z0 != y_bit) { in ossl_ec_GF2m_simple_set_compressed_coordinates()
/openssl/util/
H A Dfix-includes.sed1 s|internal/([a-z0-9_]+)_int\.h|crypto/\1.h|g ;
/openssl/doc/man7/
H A Dproperty.pod159 PropertyName ::= [A-Za-z] [A-Za-z0-9_]* ( '.' [A-Za-z] [A-Za-z0-9_]* )*
/openssl/apps/
H A DCA.pl.in63 if ( $arg !~ m/-extra-([a-z0-9]+)/ ) {
/openssl/Configurations/
H A D10-main.conf90 $wceplatf =~ tr/a-z0-9 /A-Z0-9_/;
/openssl/
H A DCHANGES.md18002 *A-Za-z0-9*, ssl_set_cipher_list used to hang in an endless loop. Now

Completed in 94 milliseconds