Home
last modified time | relevance | path

Searched defs:z (Results 1 – 13 of 13) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dmd5.c145 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_md5_process() argument
166 #define F(x,y,z) (y ^ (z & (x ^ y))) in mbedtls_md5_process() argument
187 #define F(x,y,z) (x ^ y ^ z) in mbedtls_md5_process() argument
208 #define F(x,y,z) (y ^ (x | ~z)) in mbedtls_md5_process() argument
Dripemd160.c142 #define F1( x, y, z ) ( x ^ y ^ z ) in mbedtls_ripemd160_process() argument
143 #define F2( x, y, z ) ( ( x & y ) | ( ~x & z ) ) in mbedtls_ripemd160_process() argument
144 #define F3( x, y, z ) ( ( x | ~y ) ^ z ) in mbedtls_ripemd160_process() argument
145 #define F4( x, y, z ) ( ( x & z ) | ( y & ~z ) ) in mbedtls_ripemd160_process() argument
146 #define F5( x, y, z ) ( x ^ ( y | ~z ) ) in mbedtls_ripemd160_process() argument
Dsha1.c154 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_process() argument
181 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_process() argument
208 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_process() argument
235 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_process() argument
Dmd4.c141 #define F(x, y, z) ((x & y) | ((~x) & z)) in mbedtls_md4_process() argument
164 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in mbedtls_md4_process() argument
187 #define F(x,y,z) (x ^ y ^ z) in mbedtls_md4_process() argument
Dsha256.c166 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument
167 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
Dsha512.c214 #define F0(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha512_process() argument
215 #define F1(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha512_process() argument
Dbignum.c290 int mbedtls_mpi_lset( mbedtls_mpi *X, mbedtls_mpi_sint z ) in mbedtls_mpi_lset()
866 int mbedtls_mpi_cmp_int( const mbedtls_mpi *X, mbedtls_mpi_sint z ) in mbedtls_mpi_cmp_int()
941 mbedtls_mpi_uint c, z; in mpi_sub_hlp() local
1474 mbedtls_mpi_uint x, y, z; in mbedtls_mpi_mod_int() local
1590 mbedtls_mpi_uint z = 1; in mpi_montred() local
Decdh.c54 int mbedtls_ecdh_compute_shared( mbedtls_ecp_group *grp, mbedtls_mpi *z, in mbedtls_ecdh_compute_shared()
Daes.c391 int i, x, y, z; in aes_gen_tables() local
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Decdh.h50 mbedtls_mpi z; /*!< shared secret */ member
/net-tools-3.6.0/tinydtls-0.8.2/sha2/
Dsha2.c228 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
229 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/net-tools-3.6.0/mbedtls-2.4.0/programs/test/
Dbenchmark.c769 mbedtls_mpi z; in main() local
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp821 mbedtls_mpi z; in benchmark() local