Lines Matching refs:tailcnt
2232 # Encryption will process the (length -tailcnt) bytes as mentioned
2235 # Decryption will process the (length -tailcnt -1) bytes as mentioned
2244 my ($tailcnt,$midnum,$midnumx,$constnum,$constnumx)=("x21","w22","x22","w19","x19");
2353 stp $tailcnt,$midnumx,[sp,#48]
2357 // tailcnt store the tail value of length%16.
2358 and $tailcnt,$len,#0xf
2866 tst $tailcnt,#0xf
2873 subs $tailcnt,$tailcnt,#1
2874 ldrb $l2outp,[$out,$tailcnt]
2875 ldrb $loutp,[$tmpinp,$tailcnt]
2876 strb $l2outp,[$tmpoutp,$tailcnt]
2877 strb $loutp,[$out,$tailcnt]
2907 ldp $tailcnt,$midnumx,[sp,#48]
2921 my ($tailcnt,$midnum,$midnumx,$constnum,$constnumx)=("x21","w22","x22","w19","x19");
3027 stp $tailcnt,$midnumx,[sp,#48]
3031 and $tailcnt,$len,#0xf
3107 tst $tailcnt,#0xf
3372 tst $tailcnt,#0xf
3555 tst $tailcnt,#0xf
3590 // Composite the tailcnt "16 byte not aligned block" into the last second plain blocks
3593 subs $tailcnt,$tailcnt,#1
3594 ldrb $l2outp,[$out,$tailcnt]
3595 ldrb $loutp,[$tmpinp,$tailcnt]
3596 strb $l2outp,[$tmpoutp,$tailcnt]
3597 strb $loutp,[$out,$tailcnt]
3627 ldp $tailcnt,$midnumx,[sp,#48]