Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw15.c729 struct fw_la_auth_req_params *auth_req; in qat_hw15_crypto_setup_req_params() local
778 auth_req = (struct fw_la_auth_req_params *) in qat_hw15_crypto_setup_req_params()
787 auth_req->next_id = next_slice; in qat_hw15_crypto_setup_req_params()
788 auth_req->curr_id = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()
790 auth_req->auth_res_address = icv_paddr; in qat_hw15_crypto_setup_req_params()
791 auth_req->auth_res_sz = 0; /* no digest verify */ in qat_hw15_crypto_setup_req_params()
793 auth_req->auth_len = crda->crd_len; in qat_hw15_crypto_setup_req_params()
794 auth_req->auth_off = crda->crd_skip; in qat_hw15_crypto_setup_req_params()
796 auth_req->hash_state_sz = 0; in qat_hw15_crypto_setup_req_params()
797 auth_req->u1.prefix_addr = desc->qcd_hash_state_paddr + in qat_hw15_crypto_setup_req_params()
[all …]
/netbsd-src/sys/netbt/
H A Dhci.h759 uint8_t auth_req; /* auth requirements */ member