Home
last modified time | relevance | path

Searched refs:ecb (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/dev/ic/
H A Dncr53c9x.c590 target, lun, ecb->cmd.cmd.opcode, ecb->tag[0], ecb->tag[1])); in ncr53c9x_select()
1184 if (ecb->tag[0] && li->queued[ecb->tag[1]]) { in ncr53c9x_dequeue()
1186 if (li->queued[ecb->tag[1]] && (li->queued[ecb->tag[1]] != ecb)) in ncr53c9x_dequeue()
1190 li->queued[ecb->tag[1]], ecb); in ncr53c9x_dequeue()
1518 ecb->dleft = (ecb->flags & ECB_TENTATIVE_DONE) in ncr53c9x_msgin()
1522 ecb->xs->resid = ecb->dleft; in ncr53c9x_msgin()
1549 ecb->tag[0] = ecb->tag[1] = 0; in ncr53c9x_msgin()
2109 ecb?ecb->dleft:-1); in ncr53c9x_intr()
2489 ecb->xs->resid = ecb->dleft; in ncr53c9x_intr()
2566 ecb->cmd.cmd.opcode, ecb->clen)); in ncr53c9x_intr()
[all …]
H A Dncr53c9xvar.h123 #define ECB_TRACE(ecb, msg, a, b) do { \ argument
125 int n = strlen((ecb)->trace); \
126 if (n < (sizeof((ecb)->trace)-100)) \
127 snprintf((ecb)->trace + n, sizeof((ecb)->trace) - n, f, a, b); \
130 #define ECB_TRACE(ecb, msg, a, b) argument
/openbsd/gnu/llvm/llvm/lib/Support/
H A DIntEqClasses.cpp35 unsigned ecb = EC[b]; in join() local
39 while (eca != ecb) in join()
40 if (eca < ecb) { in join()
42 b = ecb; in join()
43 ecb = EC[b]; in join()
45 EC[a] = ecb; in join()
/openbsd/regress/usr.bin/openssl/
H A DMakefile22 ENCTARGETS+=aes-128-ecb aes-128-ofb aes-192-cbc aes-192-cfb
23 ENCTARGETS+=aes-192-cfb1 aes-192-cfb8 aes-192-ecb aes-192-ofb
25 ENCTARGETS+=aes-256-ecb aes-256-ofb
26 ENCTARGETS+=bf-cbc bf-cfb bf-ecb bf-ofb
27 ENCTARGETS+=cast-cbc cast5-cbc cast5-cfb cast5-ecb cast5-ofb
28 ENCTARGETS+=des-cbc des-cfb des-cfb8 des-ecb des-ede
31 ENCTARGETS+=rc2-40-cbc rc2-64-cbc rc2-cbc rc2-cfb rc2-ecb rc2-ofb
H A Dtestenc.sh41 des-ecb des-ede des-ede3 desx \
43 rc2-ecb rc2-cfb rc2-ofb rc2-cbc \
44 bf-ecb bf-cfb bf-ofb bf-cbc rc4 \
45 cast5-ecb cast5-cfb cast5-ofb cast5-cbc
/openbsd/sys/dev/sbus/
H A Desp_sbus.c667 struct ncr53c9x_ecb *ecb; in db_esp() local
684 TAILQ_FOREACH(ecb, &sc->ready_list, chain) { in db_esp()
685 db_printf("ecb %p ", ecb); in db_esp()
686 if (ecb == TAILQ_NEXT(ecb, chain)) { in db_esp()
687 db_printf("\nWARNING: tailq loop on ecb %p", ecb); in db_esp()
699 if ((ecb = li->queued[i])) { in db_esp()
700 db_printf("ecb %p tag %x\n", ecb, i); in db_esp()
/openbsd/lib/libcrypto/objects/
H A Dobjects.txt146 : CAST5-ECB : cast5-ecb
389 : RC2-ECB : rc2-ecb
400 : RC5-ECB : rc5-ecb
424 : IDEA-ECB : idea-ecb
431 : BF-ECB : bf-ecb
654 algorithm 6 : DES-ECB : des-ecb
665 !Cname des-ede-ecb
667 !Cname des-ede3-ecb
892 aes 1 : AES-128-ECB : aes-128-ecb
903 aes 21 : AES-192-ECB : aes-192-ecb
[all …]
/openbsd/lib/libcrypto/rc2/
H A Dversion12 I have no test values for any mode other than ecb, my wrappers for the
/openbsd/lib/libcrypto/aes/asm/
H A Dbsaes-x86_64.pl113 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space...
1166 if ($ecb) {
3060 $code.=<<___ if ($ecb);
3089 $code.=<<___ if ($ecb);
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-9899177 * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-9899177 * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.
/openbsd/gnu/usr.bin/binutils/binutils/
H A DChangeLog-91971225 DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-91971225 DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.