Searched refs:copy_int_to_bytearray (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c179 copy_int_to_bytearray(int x, uchar_t *buf) function
243 copy_int_to_bytearray(len, & cert_buf[1]);
244 copy_int_to_bytearray(len - 3, & cert_buf[4]);
251 copy_int_to_bytearray(cert_sizes[i], cert_to);
266 copy_int_to_bytearray(0, & cert_buf[len + 1]);

Completed in 74 milliseconds