Searched refs:is_base2_26 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c41 u32 is_base2_26; member in struct:poly1305_arch_internal::__anon15::__anon16
64 if (!state->is_base2_26)
81 state->is_base2_26 = 0;
99 (len < (POLY1305_BLOCK_SIZE * 18) && !state->is_base2_26) ||
/linux-master/arch/arm64/crypto/
H A Dpoly1305-armv8.pl67 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26]
119 ldp $h2,x17,[$ctx,#16] // [along with is_base2_26]
145 cmp x17,#0 // is_base2_26?
196 stp $h2,xzr,[$ctx,#16] // [and clear is_base2_26]
207 ldp $h2,$r0,[$ctx,#16] // [along with is_base2_26]
233 cmp $r0,#0 // is_base2_26?
270 my $is_base2_26 = $zeros; # borrow
344 ldr $is_base2_26,[$ctx,#24]
357 cbz $is_base2_26,.Lbase2_64_neon
881 str x4,[$ctx,#8] // set is_base2_26
[all...]
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl77 str r3,[$ctx,#36] @ clear is_base2_26
200 ldr lr,[$ctx,#36] @ is_base2_26
214 str $len,[$ctx,#16] @ clear is_base2_26
385 ldr ip,[$ctx,#36] @ is_base2_26
729 ldr ip,[$ctx,#36] @ is_base2_26
737 tst ip,ip @ is_base2_26?
767 str r1,[$ctx,#36] @ set is_base2_26

Completed in 93 milliseconds