Home
last modified time | relevance | path

Searched refs:t2e (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha256-c64xplus.pl37 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
41 $CTXB=$t2e;
130 || ANDN $G,$E,$t2e
134 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g)
167 || ANDN $G,$E,$t2e
172 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g)
221 || ANDN $G,$E,$t2e
226 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g)
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha256-c64xplus.pl36 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
40 $CTXB=$t2e;
129 || ANDN $G,$E,$t2e
133 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g)
166 || ANDN $G,$E,$t2e
171 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g)
220 || ANDN $G,$E,$t2e
225 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g)
/netbsd-src/sys/dev/ic/
H A Disp.c4404 ispreqt2e_t *t2e = (ispreqt2e_t *)local; in isp_start() local
4405 t2e->req_target = target; in isp_start()
4406 t2e->req_scclun = XS_LUN(xs); in isp_start()
4407 cdbp = t2e->req_cdb; in isp_start()
4408 cdblen = ISP_MIN(cdblen, sizeof (t2e->req_cdb)); in isp_start()