Home
last modified time | relevance | path

Searched refs:enclast (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daes-x86_64.pl284 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);
Daes-586.pl816 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);