Home | History | Annotate | Download | only in asm

Lines Matching full:deckey

2871 sub deckey()
2976 &deckey (0,$key,$s0,$s1,$s2,$s3);
2977 &deckey (1,$key,$s1,$s2,$s3,$s0);
2978 &deckey (2,$key,$s2,$s3,$s0,$s1);
2979 &deckey (3,$key,$s3,$s0,$s1,$s2);