Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c441 uint32_t datal; in Blowfish_expand0state() local
452 datal = 0x00000000; in Blowfish_expand0state()
455 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
457 c->P[i] = datal; in Blowfish_expand0state()
463 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
465 c->S[i][k] = datal; in Blowfish_expand0state()
480 uint32_t datal; in Blowfish_expandstate() local
491 datal = 0x00000000; in Blowfish_expandstate()
496 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
498 c->P[i] = datal; in Blowfish_expandstate()
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h43 int datal; member
H A Dncgrpw.c104 itemp->datal = struct_size; in cache_alloc()