Searched refs:deckey (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/aes/asm/ |
D | aes-586.pl | 2875 sub deckey() subroutine 2980 &deckey (0,$key,$s0,$s1,$s2,$s3); 2981 &deckey (1,$key,$s1,$s2,$s3,$s0); 2982 &deckey (2,$key,$s2,$s3,$s0,$s1); 2983 &deckey (3,$key,$s3,$s0,$s1,$s2);
|