Home
last modified time | relevance | path

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

/titanic_41/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()
494 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
496 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
[all …]
/titanic_41/usr/src/lib/libpkg/common/
H A Dnhash.h43 int datal; member
H A Dncgrpw.c104 itemp->datal = struct_size; in cache_alloc()
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h44 int datal; member
H A Dmed_hash.c314 titemp->datal = 0; in del_cache()
391 itemp->data, itemp->datal); in pr_cache()
H A Dmed_db.c49 med_pr(void *keyp, int keyl, void *datap, int datal) in med_pr() argument
60 datal, (unsigned)datap, (unsigned)medrp, medridx); in med_pr()
177 itemp->datal = sizeof (int); in add_key()