HomeSort by relevance Sort by last modified time
    Searched refs:TEMP3 (Results 1 - 6 of 6) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 187 // Reverse the order of the octets in TEMP2 and call the result TEMP3.
188 byte[] TEMP3 = reverse(TEMP2);
190 // Encrypt TEMP3 in CBC mode using the KEK and an initialization vector
197 for (int currentBytePos = 0; currentBytePos != TEMP3.length; currentBytePos += blockSize)
199 engine.processBlock(TEMP3, currentBytePos, TEMP3, currentBytePos);
202 return TEMP3;
250 // and an initialization vector (IV) of 0x4adda22c79e82105. Call the output TEMP3.
255 byte TEMP3[] = new byte[inLen];
259 engine.processBlock(in, inOff + currentBytePos, TEMP3, currentBytePos)
    [all...]
  /external/boringssl/src/crypto/bn/asm/
rsaz-avx2.pl 436 $TEMP3 = $Y1;
699 vpsrlq \$29, $ACC2, $TEMP3
705 vpermq \$0x93, $TEMP3, $TEMP3
711 vpblendd \$3, $TEMP2, $TEMP3, $TEMP2
713 vpblendd \$3, $TEMP3, $TEMP4, $TEMP3
716 vpaddq $TEMP3, $ACC3, $ACC3
723 vpsrlq \$29, $ACC2, $TEMP3
729 vpermq \$0x93, $TEMP3, $TEMP
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 31 // TEMP0..TEMP3 - registers for corresponding tmp elements
33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \
49 "addu %[" #TEMP3 "], %[temp17], %[temp19] \n\t" \
50 "addu %[" #TEMP0 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" \
53 "subu %[" #TEMP3 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t"
118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
125 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
133 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15)
136 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5)
192 int temp0, temp1, temp2, temp3, temp4, temp5; local
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
544 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
578 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
604 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
626 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
enc_mips_dsp_r2.c 78 // TEMP0..TEMP3 - registers for corresponding tmp elements
79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \
83 "lw %[" #TEMP3 "], " XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \
85 "preceu.ph.qbl %[" #TEMP1 "], %[" #TEMP3 "] \n\t" \
87 "preceu.ph.qbr %[" #TEMP3 "], %[" #TEMP3 "] \n\t" \
89 "subq.ph %[" #TEMP2 "], %[" #TEMP2 "], %[" #TEMP3 "] \n\t" \
92 "subq.ph %[" #TEMP3 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \
95 "seh %[temp19], %[" #TEMP3 "] \n\t" \
96 "sra %[" #TEMP3 "], %[" #TEMP3 "], 16 \n\t"
147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
251 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
484 int temp0, temp1, temp2, temp3; local
547 int temp0, temp1, temp2, temp3; local
611 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
666 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
697 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
733 int temp0, temp1, temp2, temp3, temp4, temp5; local
782 int temp0, temp1, temp2, temp3, temp4; local
832 int temp0, temp1, temp2, temp3, temp4, temp5; local
879 int temp0, temp1, temp2, temp3, temp4; local
928 int temp0, temp1, temp2, temp3, temp4; local
976 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1082 int temp0, temp1, temp2, temp3; local
1112 int temp0, temp1, temp2, temp3; local
1134 int temp0, temp1, temp2, temp3; local
1152 int temp0, temp1, temp2, temp3; local
1275 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1362 int temp0, temp1, temp2, temp3, temp4; local
1461 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
dec_mips_dsp_r2.c 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst,
39 temp3, temp1, temp2, temp3, temp4)
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3,
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
63 ADD_SUB_HALVES(temp2, temp3, temp1, c4)
66 temp2, temp2, temp3, temp3, temp4, temp5, temp4, temp5)
67 LOAD_WITH_OFFSET_X4(temp3, temp5, temp11, temp12, dst
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
302 int step1, step2, temp1, temp2, temp3, temp4; local
490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
660 int temp0, temp1, temp2, temp3, temp4; local
682 int temp0, temp1, temp2, temp3, temp4; local
732 int temp0, temp1, temp2, temp3, temp4; local
779 int temp0, temp1, temp2, temp3, temp4; local
839 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 166 milliseconds