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

  /external/ltp/testscripts/
adp.sh 3 # adp.sh -- run ADP's stress test on /proc/[0-9]*/cmdline
12 This script runs ADP's stress test on /proc/[0-0]*/cmdline.
78 echo "Starting 'top', redirecting output to 'adp.log'..."
79 top -b -d $delay -n $iterations > adp.log &
81 echo "LTP ADP Test done. Killing processes..."
85 echo "Done. Please check adp.log."
  /system/keymaster/key_blob_utils/
ocb.c 796 const block* adp = (block*)ad; local
809 ta[0] = xor_block(oa[0], adp[0]);
811 ta[1] = xor_block(oa[1], adp[1]);
813 ta[2] = xor_block(oa[2], adp[2]);
816 ta[3] = xor_block(ad_offset, adp[3]);
819 ta[3] = xor_block(oa[3], adp[3]);
821 ta[4] = xor_block(oa[4], adp[4]);
823 ta[5] = xor_block(oa[5], adp[5]);
825 ta[6] = xor_block(oa[6], adp[6]);
827 ta[7] = xor_block(ad_offset, adp[7])
    [all...]
  /prebuilts/tools/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/
auto-value-gson-0.3.2-rc1.jar 
  /external/libxml2/
nanoftp.c 1379 unsigned char ad[6], *adp, *portp; local
    [all...]
  /external/boringssl/src/crypto/cipher_extra/asm/
chacha20_poly1305_x86_64.pl 84 my ($oup,$inp,$inl,$adp,$keyp,$itr1,$itr2)=("%rdi","%rsi","%rbx","%rcx","%r9","%rcx","%r8");
384 mov ($adp), $acc0
385 mov 5($adp), $acc1
394 &poly_add("0($adp)");
396 lea 1*16($adp), $adp
406 add $itr2, $adp
410 movzxb -1($adp), $t2
412 dec $adp
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 14 #define adp CX // free to reuse, after we hash the additional data define
213 // adp points to beginning of additional data
223 MOVQ (adp), acc0
224 MOVQ 5(adp), acc1
234 polyAdd(0(adp))
235 LEAQ (1*16)(adp), adp
248 ADDQ itr2, adp
253 MOVB -1(adp), t2
255 DECQ adp
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 14 #define adp CX // free to reuse, after we hash the additional data define
213 // adp points to beginning of additional data
223 MOVQ (adp), acc0
224 MOVQ 5(adp), acc1
234 polyAdd(0(adp))
235 LEAQ (1*16)(adp), adp
248 ADDQ itr2, adp
253 MOVB -1(adp), t2
255 DECQ adp
    [all...]

Completed in 816 milliseconds