Searched refs:enclast (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aes-x86_64.pl | 284 sub enclast() subroutine 351 else { &enclast(0,$s0,$s1,$s2,$s3); 352 &enclast(1,$s1,$s2,$s3,$s0); 353 &enclast(2,$s2,$s3,$s0,$s1); 354 &enclast(3,$s3,$s0,$s1,$s2);
|
D | aes-586.pl | 816 sub enclast() subroutine 957 &enclast(0,$tbl,$s0,$s1,$s2,$s3); 958 &enclast(1,$tbl,$s1,$s2,$s3,$s0); 959 &enclast(2,$tbl,$s2,$s3,$s0,$s1); 960 &enclast(3,$tbl,$s3,$s0,$s1,$s2);
|