Home
last modified time | relevance | path

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

/netbsd/src/lib/libcrypt/
Dblowfish.c387 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, u_int16_t *current) in Blowfish_stream2word() argument
397 if (j >= databytes) in Blowfish_stream2word()
445 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument
466 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
467 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
476 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
477 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dblowfish.c402 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument
413 if (j >= databytes) in Blowfish_stream2word()
461 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument
482 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
483 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
492 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
493 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_request.c224 static int databytes; variable
307 databytes = 0; in prepare_pkt()
332 RESP_HEADER_SIZE + databytes); in more_pkt()
340 databytes = 0; in more_pkt()
345 databytes += itemsize; in more_pkt()
347 if (databytes + itemsize <= RESP_DATA_SIZE) { in more_pkt()
353 return &rpkt.u.data[databytes]; in more_pkt()
389 RESP_HEADER_SIZE+databytes); in flush_pkt()