Searched refs:deckey (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/aes/asm/ |
D | aes-586.pl | 2871 sub deckey() subroutine 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);
|