Searched refs:databytes (Results 1 – 4 of 4) sorted by relevance
| /trueos/secure/lib/libcrypt/ |
| HD | blowfish.c | 373 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 384 if (j >= databytes) in Blowfish_stream2word() 431 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 452 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 453 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 462 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 463 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | blowfish.c | 403 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 414 if (j >= databytes) in Blowfish_stream2word() 462 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 483 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 484 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 493 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 494 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_request.c | 215 static int databytes; variable 301 databytes = 0; in prepare_pkt() 329 RESP_HEADER_SIZE+databytes); in more_pkt() 337 databytes = 0; in more_pkt() 342 databytes += itemsize; in more_pkt() 344 if (databytes + itemsize <= RESP_DATA_SIZE) { in more_pkt() 353 return &rpkt.data[databytes]; in more_pkt() 395 RESP_HEADER_SIZE+databytes); in flush_pkt()
|
| /trueos/usr.sbin/ctladm/ |
| HD | ctladm.c | 2186 int cdbsize = -1, databytes; in cctl_read_write() local 2273 databytes = datalen * blocksize; in cctl_read_write() 2274 dataptr = (uint8_t *)malloc(databytes); in cctl_read_write() 2277 warn("%s: can't allocate %d bytes\n", __func__, databytes); in cctl_read_write() 2296 memset(dataptr, 0, databytes); in cctl_read_write() 2301 bytes_read = read(file_fd, dataptr, databytes); in cctl_read_write() 2307 if (bytes_read != databytes) { in cctl_read_write() 2316 /*data_len*/ databytes, in cctl_read_write() 2338 bytes_written = write(file_fd, dataptr, databytes); in cctl_read_write()
|