Home
last modified time | relevance | path

Searched refs:ROTR (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/crypto/
Dchacha-core.S59 #define ROTR(n) rotr n, 24 macro
68 #define ROTR(n) macro
376 ROTR(SAVED_X)
/kernel/linux/linux-5.10/arch/arm/crypto/
Dsha512-core.S_shipped214 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
272 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
311 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
328 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
354 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
412 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))