Home | History | Annotate | Download | only in dist

Lines Matching refs:datal

429 	u_int32_t datal;
440 datal = 0x00000000;
443 Blowfish_encipher(c, &datal, &datar);
445 c->P[i] = datal;
451 Blowfish_encipher(c, &datal, &datar);
453 c->S[i][k] = datal;
468 u_int32_t datal;
479 datal = 0x00000000;
482 datal ^= Blowfish_stream2word(data, databytes, &j);
484 Blowfish_encipher(c, &datal, &datar);
486 c->P[i] = datal;
492 datal ^= Blowfish_stream2word(data, databytes, &j);
494 Blowfish_encipher(c, &datal, &datar);
496 c->S[i][k] = datal;