| /openbsd-src/sys/dev/ic/ |
| H A D | ncr53c9x.c | 370 struct ncr53c9x_ecb *ecb; in ncr53c9x_init() local 398 if ((ecb = sc->sc_nexus) != NULL) { in ncr53c9x_init() 399 ecb->xs->error = XS_TIMEOUT; in ncr53c9x_init() 400 ncr53c9x_done(sc, ecb); in ncr53c9x_init() 404 if ((ecb = li->untagged)) { in ncr53c9x_init() 412 ecb->xs->error = XS_TIMEOUT; in ncr53c9x_init() 413 ncr53c9x_done(sc, ecb); in ncr53c9x_init() 416 if ((ecb = li->queued[i])) { in ncr53c9x_init() 418 ecb->xs->error = XS_TIMEOUT; in ncr53c9x_init() 419 ncr53c9x_done(sc, ecb); in ncr53c9x_init() [all …]
|
| H A D | ncr53c9xvar.h | 123 #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-src/gnu/llvm/llvm/lib/Support/ |
| H A D | IntEqClasses.cpp | 35 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-src/regress/usr.bin/openssl/ |
| H A D | Makefile | 22 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 D | testenc.sh | 41 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-src/sys/dev/sbus/ |
| H A D | esp_sbus.c | 667 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-src/lib/libcrypto/objects/ |
| H A D | objects.txt | 146 : 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-src/lib/libcrypto/rc2/ |
| H A D | version | 12 I have no test values for any mode other than ecb, my wrappers for the
|
| /openbsd-src/lib/libcrypto/aes/asm/ |
| H A D | bsaes-x86_64.pl | 113 my $ecb=0; # suppress unreferenced ECB subroutines, spare some space... 1166 if ($ecb) { 3060 $code.=<<___ if ($ecb); 3089 $code.=<<___ if ($ecb);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ChangeLog-9899 | 177 * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ChangeLog-9899 | 177 * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog-9197 | 1225 DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | ChangeLog-9197 | 1225 DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.
|