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

  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 70 ($inout0,$inout1,$inout2,$inout3,$inout4,$inout5,$rndkey) = map("%xmm$_",(9..15));
83 vmovdqu 0x00-0x80($key),$rndkey
89 vpxor $rndkey,$T1,$inout0
99 vpxor $rndkey,$inout1,$inout1
100 vpxor $rndkey,$inout2,$inout2
105 vpxor $rndkey,$inout3,$inout3
106 vmovups 0x10-0x80($key),$T2 # borrow $T2 for $rndkey
113 vpxor $rndkey,$inout4,$inout4
116 vpxor $rndkey,$inout5,$inout5
129 vmovups 0x20-0x80($key),$rndkey
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 118 my @rndkey=("%xmm14","%xmm15");
205 movups 16($key),$rndkey[0] # forward reference
222 aesenc $rndkey[0],$iv
223 movups `32+16*$k`($key),$rndkey[1]
230 movups `32+16*($k+0)`($key),$rndkey[1]
231 aesenc $rndkey[0],$iv
232 movups `32+16*($k+1)`($key),$rndkey[0]
233 aesenc $rndkey[1],$iv
235 movups `32+16*($k+2)`($key),$rndkey[1]
236 aesenc $rndkey[0],$i
    [all...]
aesv8-armx.S 323 vld1.32 {q9},[r7]! @ re-pre-load rndkey[1]
499 vld1.32 {q8},[r7]! @ re-pre-load rndkey[0]
504 vld1.32 {q9},[r7]! @ re-pre-load rndkey[1]
642 vld1.32 {q8-q9},[r7]! @ re-pre-load rndkey[0-1]

Completed in 61 milliseconds