Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c242 crypto_call_req_t encr_req; in crypto_encrypt_mac() local
268 encr_req.cr_flag = crq->cr_flag; in crypto_encrypt_mac()
269 encr_req.cr_callback_func = kcf_next_req; in crypto_encrypt_mac()
270 encr_req.cr_callback_arg = next_req; in crypto_encrypt_mac()
284 &encr_req, &params, B_TRUE); in crypto_encrypt_mac()
302 encr_req.cr_callback_func = kcf_last_req; in crypto_encrypt_mac()
310 &encr_req); in crypto_encrypt_mac()
322 crq->cr_reqid = encr_req.cr_reqid; in crypto_encrypt_mac()