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

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c193 uint32_t *cert_sizes; local
220 cert_sizes = (uint32_t *)(begin +
224 if (!IS_P2ALIGNED(cert_sizes, sizeof (uint32_t))) {
230 if (cert_sizes[i] < 1) {
233 len += cert_sizes[i] + 3;
251 copy_int_to_bytearray(cert_sizes[i], cert_to);
254 if (cert_from + cert_sizes[i] > end_pos) {
259 bcopy(cert_from, cert_to, cert_sizes[i]);
260 cert_from += cert_sizes[i];
261 cert_to += cert_sizes[
[all...]

Completed in 45 milliseconds