4.17.6.6 SHA2_ROTR

#define SHA2_ROTR( x, n) (uint32_t)((((uint32_t)(x)) >> ((uint32_t)(n))) | (((uint32_t)(x)) << (32U - ((uint32_t)(n)))))