/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | md5.c | 145 #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
|
D | ripemd160.c | 142 #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
|
D | sha1.c | 154 #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
|
D | md4.c | 141 #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
|
D | sha256.c | 166 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument 167 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
|
D | sha512.c | 214 #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
|
D | bignum.c | 290 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
|
D | ecdh.c | 54 int mbedtls_ecdh_compute_shared( mbedtls_ecp_group *grp, mbedtls_mpi *z, in mbedtls_ecdh_compute_shared()
|
D | aes.c | 391 int i, x, y, z; in aes_gen_tables() local
|
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/ |
D | ecdh.h | 50 mbedtls_mpi z; /*!< shared secret */ member
|
/net-tools-3.6.0/tinydtls-0.8.2/sha2/ |
D | sha2.c | 228 #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/ |
D | benchmark.c | 769 mbedtls_mpi z; in main() local
|
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 821 mbedtls_mpi z; in benchmark() local
|