Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dsha256.c84 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process() macro
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c279 static uint32_t S0(uint32_t x) in S0() function