Home
last modified time | relevance | path

Searched defs:H (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dmd4.c46 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
H A Drmd128.c39 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
H A Drmd256.c33 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
H A Dmd5.c33 #define H(x,y,z) (x^y^z) macro
H A Drmd160.c39 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
H A Drmd320.c34 #define H(x, y, z) (((x) | ~(y)) ^ (z)) macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha3.c75 #define H(b63, b31, b15) (b63 << 6 | b31 << 5 | b15 << 4) macro
H A Drsa.c1052 mbedtls_mpi H, G, L; in mbedtls_rsa_gen_key() local
/optee_os/core/crypto/
H A Dsm3.c71 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h483 unsigned char H[16], /* multiplier */ member