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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c42 crypto_uio_data(crypto_data_t *data, uchar_t *buf, int len, cmd_type_t cmd, function
221 return (crypto_uio_data(output, buf, len,
255 if ((rv = crypto_uio_data(input, buf, input->cd_length,
352 rv = crypto_uio_data(data, NULL, dlen,
356 rv = crypto_uio_data(data, NULL, dlen,
360 rv = crypto_uio_data(data, NULL, dlen,

Completed in 194 milliseconds