Searched refs:enclast (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aes-x86_64.pl | 277 sub enclast() subroutine 344 else { &enclast(0,$s0,$s1,$s2,$s3); 345 &enclast(1,$s1,$s2,$s3,$s0); 346 &enclast(2,$s2,$s3,$s0,$s1); 347 &enclast(3,$s3,$s0,$s1,$s2);
|
D | aes-586.pl | 809 sub enclast() subroutine 950 &enclast(0,$tbl,$s0,$s1,$s2,$s3); 951 &enclast(1,$tbl,$s1,$s2,$s3,$s0); 952 &enclast(2,$tbl,$s2,$s3,$s0,$s1); 953 &enclast(3,$tbl,$s3,$s0,$s1,$s2);
|