Searched refs:rotr (Results 1 – 1 of 1) sorted by relevance
| /hypervisor/lib/crypto/mbedtls/ |
| A D | sha256.c | 85 static inline uint32_t rotr(uint32_t x, uint8_t n) in rotr() function 92 return (rotr(x, 7U) ^ rotr(x, 18U) ^ shr(x, 3U)); in sigma0() 97 return (rotr(x, 17U) ^ rotr(x, 19U) ^ shr(x, 10U)); in sigma1() 102 return (rotr(x, 2U) ^ rotr(x, 13U) ^ rotr(x, 22U)); in sigma2() 107 return (rotr(x, 6U) ^ rotr(x, 11U) ^ rotr(x, 25U)); in sigma3()
|
Completed in 3 milliseconds