Searched refs:dca_sgcheck (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rng.c108 dca_sgcheck(dca, reqp->dr_out, DCA_SG_WALIGN)) {
H A Ddca_3des.c456 dca_sgcheck(dca, reqp->dr_in, DCA_SG_CONTIG) ||
457 dca_sgcheck(dca, reqp->dr_out, DCA_SG_WALIGN)) {
H A Ddca_rsa.c73 if (dca_sgcheck(dca, in, DCA_SG_CONTIG) ||
74 dca_sgcheck(dca, out, DCA_SG_CONTIG)) {
H A Ddca_dsa.c342 if (dca_sgcheck(reqp->dr_dca, sig, DCA_SG_CONTIG)) {
H A Ddca.c2957 dca_sgcheck(dca_t *dca, crypto_data_t *data, dca_sg_param_t val) function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h903 int dca_sgcheck(dca_t *, crypto_data_t *, dca_sg_param_t);

Completed in 117 milliseconds