Searched refs:datal (Results 1 – 3 of 3) sorted by relevance
441 uint32_t datal; in Blowfish_expand0state() local452 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() local491 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 …]
43 int datal; member
104 itemp->datal = struct_size; in cache_alloc()