Home | History | Annotate | Download | only in libcrypt

Lines Matching defs:datal

413 	u_int32_t datal;
424 datal = 0x00000000;
427 Blowfish_encipher(c, &datal, &datar);
429 c->P[i] = datal;
435 Blowfish_encipher(c, &datal, &datar);
437 c->S[i][k] = datal;
452 u_int32_t datal;
463 datal = 0x00000000;
466 datal ^= Blowfish_stream2word(data, databytes, &j);
468 Blowfish_encipher(c, &datal, &datar);
470 c->P[i] = datal;
476 datal ^= Blowfish_stream2word(data, databytes, &j);
478 Blowfish_encipher(c, &datal, &datar);
480 c->S[i][k] = datal;