HomeSort by: relevance | last modified time | path
    Searched defs:datar (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libcrypt/
blowfish.c 411 u_int32_t datar; local
422 datar = 0x00000000;
424 Blowfish_encipher(c, &datal, &datar);
427 c->P[i + 1] = datar;
432 Blowfish_encipher(c, &datal, &datar);
435 c->S[i][k + 1] = datar;
450 u_int32_t datar; local
461 datar = 0x00000000;
464 datar ^= Blowfish_stream2word(data, databytes, &j);
465 Blowfish_encipher(c, &datal, &datar);
    [all...]
  /src/crypto/external/bsd/openssh/dist/
blowfish.c 430 u_int32_t datar; local
441 datar = 0x00000000;
443 Blowfish_encipher(c, &datal, &datar);
446 c->P[i + 1] = datar;
451 Blowfish_encipher(c, &datal, &datar);
454 c->S[i][k + 1] = datar;
469 u_int32_t datar; local
480 datar = 0x00000000;
483 datar ^= Blowfish_stream2word(data, databytes, &j);
484 Blowfish_encipher(c, &datal, &datar);
    [all...]
  /src/sys/arch/sun3/dev/
xyreg.h 163 volatile u_short datar; /* data relocation pointer */ member in struct:xy_iopb
  /src/sys/dev/vme/
xyreg.h 162 volatile u_short datar; /* data relocation pointer */ member in struct:xy_iopb

Completed in 14 milliseconds