Home
last modified time | relevance | path

Searched refs:rctl_bytes (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2148 size_t rctl_bytes = 0; in copyin_mech() local
2172 rctl_bytes = param_len; in copyin_mech()
2184 *out_rctl_bytes = rctl_bytes; in copyin_mech()
2275 size_t rctl_bytes = 0; in copyin_attributes() local
2329 rctl_bytes = k_attrs_total_len; in copyin_attributes()
2377 *out_rctl_bytes = rctl_bytes; in copyin_attributes()
2398 size_t rctl_bytes = 0; in copyin_key() local
2425 rctl_bytes = key_bytes; in copyin_key()
2446 &rv, &error, &rctl_bytes, out_rctl_chk, B_TRUE)) { in copyin_key()
2465 *out_rctl_bytes = rctl_bytes; in copyin_key()
[all …]