Home
last modified time | relevance | path

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

/dports/security/p5-Digest-SHA-PurePerl/Digest-SHA-PurePerl-5.96/lib/Digest/SHA/
H A DPurePerl.pm71 sub _c_ROTR { # code to rotate $x right by $n bits subroutine
83 "(" . _c_ROTR($x, 2) . " ^ " . _c_ROTR($x, 13) . " ^ " .
84 _c_ROTR($x, 22) . ")";
89 "(" . _c_ROTR($x, 6) . " ^ " . _c_ROTR($x, 11) . " ^ " .
90 _c_ROTR($x, 25) . ")";
95 "(" . _c_ROTR($x, 7) . " ^ " . _c_ROTR($x, 18) . " ^ " .
101 "(" . _c_ROTR($x, 17) . " ^ " . _c_ROTR($x, 19) . " ^ " .