Home | Sort by: relevance | last modified time | path |
/src/lib/libcrypt/ | |
blowfish.c | 414 u_int32_t datar; local in function:Blowfish_expand0state 425 datar = 0x00000000; 427 Blowfish_encipher(c, &datal, &datar); 430 c->P[i + 1] = datar; 435 Blowfish_encipher(c, &datal, &datar); 438 c->S[i][k + 1] = datar; 453 u_int32_t datar; local in function:Blowfish_expandstate 464 datar = 0x00000000; 467 datar ^= Blowfish_stream2word(data, databytes, &j); 468 Blowfish_encipher(c, &datal, &datar); [all...] |
/src/sys/dev/vme/ | |
xyreg.h | 162 volatile u_short datar; /* data relocation pointer */ member in struct:xy_iopb |
/src/sys/arch/sun3/dev/ | |
xyreg.h | 163 volatile u_short datar; /* data relocation pointer */ member in struct:xy_iopb |