Searched refs:cert_from (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
246 cert_from = (uchar_t *)(begin +
254 if (cert_from + cert_sizes[i] > end_pos) {
259 bcopy(cert_from, cert_to, cert_sizes[i]);
260 cert_from += cert_sizes[i];

Completed in 57 milliseconds