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

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c196 uchar_t *cert_buf; local
240 cert_buf = kmem_alloc(cert_buf_len, KM_SLEEP);
242 cert_buf[0] = (uchar_t)certificate;
243 copy_int_to_bytearray(len, & cert_buf[1]);
244 copy_int_to_bytearray(len - 3, & cert_buf[4]);
248 cert_to = &cert_buf[7];
255 kmem_free(cert_buf, cert_buf_len);
265 cert_buf[len] = (uchar_t)server_hello_done;
266 copy_int_to_bytearray(0, & cert_buf[len + 1]);
269 cert->msg = cert_buf;
[all...]
H A Dksslrec.c1359 uchar_t *cert_buf; local
1369 cert_buf = cert->msg;
1390 msgbuf = cert_buf;
1433 kssl_update_handshake_hashes(ssl, cert_buf, cert_len);

Completed in 49 milliseconds