Lines Matching refs:rctl_bytes

2148 	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()
3235 size_t rctl_bytes = 0; in digest_init() local
3262 &rctl_bytes, &rctl_chk, &rv, &error)) { in digest_init()
3283 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in digest_init()
3398 size_t rctl_bytes = 0; in digest_key() local
3424 &rctl_bytes, &key_rctl_chk, &rv, &error)) { in digest_key()
3432 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, key_rctl_chk); in digest_key()
4621 size_t rctl_bytes = 0; in object_create() local
4648 &k_attrs_size, NULL, &rv, &error, &rctl_bytes, in object_create()
4670 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in object_create()
4715 size_t rctl_bytes = 0; in object_copy() local
4743 &k_attrs_size, NULL, &rv, &error, &rctl_bytes, in object_copy()
4766 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in object_copy()
4884 size_t rctl_bytes = 0; in object_get_attribute_value() local
4914 &k_attrs_size, &u_attrs, &rv, &error, &rctl_bytes, in object_get_attribute_value()
4944 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in object_get_attribute_value()
5047 size_t rctl_bytes = 0; in object_set_attribute_value() local
5076 &k_attrs_size, NULL, &rv, &error, &rctl_bytes, in object_set_attribute_value()
5097 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in object_set_attribute_value()
5128 size_t rctl_bytes = 0; in object_find_init() local
5156 &k_attrs_size, NULL, &rv, &error, &rctl_bytes, in object_find_init()
5192 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in object_find_init()
5223 size_t len, rctl_bytes = 0; in object_find_update() local
5258 rctl_bytes = len; in object_find_update()
5293 CRYPTO_DECREMENT_RCTL_SESSION(sp, rctl_bytes, rctl_chk); in object_find_update()