Searched defs:out_rctl_chk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2107 boolean_t *out_rctl_chk, int *out_rv, int *out_error)
2132 rv = CRYPTO_BUFFER_CHECK(sp, param_len, *out_rctl_chk);
2229 boolean_t *out_rctl_chk, boolean_t copyin_value)
2289 rv = CRYPTO_BUFFER_CHECK(sp, k_attrs_total_len, *out_rctl_chk);
2356 boolean_t *out_rctl_chk, int *out_rv, int *out_error)
2385 *out_rctl_chk);
2410 &rv, &error, &rctl_bytes, out_rctl_chk, B_TRUE)) {
2105 copyin_mech(int mode, crypto_session_data_t *sp, crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, size_t *out_rctl_bytes, boolean_t *out_rctl_chk, int *out_rv, int *out_error) argument
2225 copyin_attributes(int mode, crypto_session_data_t *sp, uint_t count, caddr_t oc_attributes, crypto_object_attribute_t **k_attrs_out, size_t *k_attrs_size_out, caddr_t *u_attrs_out, int *out_rv, int *out_error, size_t *out_rctl_bytes, boolean_t *out_rctl_chk, boolean_t copyin_value) argument
2354 copyin_key(int mode, crypto_session_data_t *sp, crypto_key_t *in_key, crypto_key_t *out_key, size_t *out_rctl_bytes, boolean_t *out_rctl_chk, int *out_rv, int *out_error) argument

Completed in 298 milliseconds