Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c1701 static int dprov_alloc_context(dprov_req_type_t, crypto_ctx_t *);
4245 dprov_alloc_context(dprov_req_type_t req_type, crypto_ctx_t *spi_ctx) in dprov_alloc_context() function
5446 if ((error = dprov_alloc_context(taskq_req->dr_type, ctx)) != in dprov_digest_task()
5563 if ((error = dprov_alloc_context(taskq_req->dr_type, ctx)) != in dprov_mac_task()
5680 if ((error = dprov_alloc_context(taskq_req->dr_type, ctx)) != in dprov_sign_task()
5900 if ((error = dprov_alloc_context(taskq_req->dr_type, ctx)) != in dprov_verify_task()
6158 if ((error = dprov_alloc_context(taskq_req->dr_type, ctx)) != in dprov_cipher_task()
6410 if ((error = dprov_alloc_context(taskq_req->dr_type, ctx)) != in dprov_cipher_mac_task()