Searched refs:axb (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl88 ($t1,$t2,$t3,$axb,$bxc,$Xi,$Xn,$sigma)=map("%xmm$_",(0..7));
145 movdqa $e,$axb # borrow $axb
148 pand $f,$axb
157 pxor $axb,$t1 # Ch(e,f,g)
158 movdqa $b,$axb
161 pxor $a,$axb # a^b, b^c in next round
168 pand $axb,$bxc
187 ($axb,$bxc)=($bxc,$axb);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl88 ($t1,$t2,$t3,$axb,$bxc,$Xi,$Xn,$sigma)=map("%xmm$_",(0..7));
145 movdqa $e,$axb # borrow $axb
148 pand $f,$axb
157 pxor $axb,$t1 # Ch(e,f,g)
158 movdqa $b,$axb
161 pxor $a,$axb # a^b, b^c in next round
168 pand $axb,$bxc
187 ($axb,$bxc)=($bxc,$axb);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Decc.c399 gcry_mpi_t three, x_3, axb, y;
403 axb = mpi_new (0);
407 mpi_mulm (axb, base->a, x, base->p);
408 mpi_addm (axb, axb, base->b, base->p);
409 mpi_addm (y, x_3, axb, base->p);
412 mpi_free (axb);
395 gcry_mpi_t three, x_3, axb, y; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Decc.c399 gcry_mpi_t three, x_3, axb, y;
403 axb = mpi_new (0);
407 mpi_mulm (axb, base->a, x, base->p);
408 mpi_addm (axb, axb, base->b, base->p);
409 mpi_addm (y, x_3, axb, base->p);
412 mpi_free (axb);
395 gcry_mpi_t three, x_3, axb, y; local

Completed in 92 milliseconds