Searched defs:cert_to (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c198 uchar_t *cert_from, *cert_to; local
248 cert_to = &cert_buf[7];
251 copy_int_to_bytearray(cert_sizes[i], cert_to);
252 cert_to += 3;
259 bcopy(cert_from, cert_to, cert_sizes[i]);
261 cert_to += cert_sizes[i];

Completed in 59 milliseconds