HomeSort by: relevance | last modified time | path
    Searched defs:auth_req (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_hw15.c 729 struct fw_la_auth_req_params *auth_req; local in function:qat_hw15_crypto_setup_req_params
778 auth_req = (struct fw_la_auth_req_params *)
787 auth_req->next_id = next_slice;
788 auth_req->curr_id = FW_SLICE_AUTH;
790 auth_req->auth_res_address = icv_paddr;
791 auth_req->auth_res_sz = 0; /* no digest verify */
793 auth_req->auth_len = crda->crd_len;
794 auth_req->auth_off = crda->crd_skip;
796 auth_req->hash_state_sz = 0;
797 auth_req->u1.prefix_addr = desc->qcd_hash_state_paddr
    [all...]
  /src/sys/netbt/
hci.h 759 uint8_t auth_req; /* auth requirements */ member in struct:__anonf724d2112808

Completed in 38 milliseconds