Searched defs:H (Results 1 – 3 of 3) sorted by relevance
61 uint32_t A, B, C, D, E, F, G, H; in SHA256_Transform() local
75 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
80 uint8_t H; /**< upper byte */ member
Completed in 8 milliseconds