Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rng.c57 if ((reqp = dca_getreq(dca, MCR2, 1)) == NULL) { in dca_rng()
H A Ddca_dsa.c393 if ((reqp = dca_getreq(dca, MCR2, 1)) == NULL) { in dca_dsainit()
H A Ddca_3des.c686 if ((des_ctx = dca_getreq(dca, MCR1, 1)) == NULL) { in dca_3desctxinit()
H A Ddca_rsa.c420 if ((reqp = dca_getreq(dca, MCR2, 1)) == NULL) { in dca_rsainit()
H A Ddca.c102 #pragma inline(dca_freereq, dca_getreq, dca_freework, dca_getwork)
1236 while ((reqp = dca_getreq(dca, mcr, 0)) != NULL) { in dca_uninit()
1810 dca_getreq(dca_t *dca, int mcr, int tryhard) in dca_getreq() function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h888 dca_request_t *dca_getreq(dca_t *, int, int);