Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/aes/asm/
Daes-x86_64.pl277 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);
Daes-586.pl805 sub enclast() subroutine
946 &enclast(0,$tbl,$s0,$s1,$s2,$s3);
947 &enclast(1,$tbl,$s1,$s2,$s3,$s0);
948 &enclast(2,$tbl,$s2,$s3,$s0,$s1);
949 &enclast(3,$tbl,$s3,$s0,$s1,$s2);
/external/libvncserver/x11vnc/
Dx11vnc.c1023 int i, j, pwlast, enclast, norc = 0, argmax = 1024; in check_rcfile() local
1242 enclast = 0; in check_rcfile()
1256 if (enclast || !strcmp("-enc", argv[i])) { in check_rcfile()
1258 if (enclast) { in check_rcfile()
1259 enclast = 0; in check_rcfile()
1261 enclast = 1; in check_rcfile()