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

  /src/sys/dev/pci/qat/
qat_hw15.c 568 struct cryptoini *cria, struct fw_auth_hdr *auth_hdr, uint8_t *hw_blk_ptr,
592 auth_hdr->next_id = next_slice;
593 auth_hdr->curr_id = FW_SLICE_AUTH;
594 auth_hdr->offset = hw_blk_offset / 8;
595 auth_hdr->resrvd = 0;
597 auth_hdr->hash_flags = FW_AUTH_HDR_FLAG_NO_NESTED;
598 auth_hdr->u.inner_prefix_sz = 0;
599 auth_hdr->outer_prefix_sz = 0;
600 auth_hdr->final_sz = sah->auth_hash->authsize;
601 auth_hdr->inner_state1_sz
647 struct fw_auth_hdr *auth_hdr; local in function:qat_hw15_crypto_setup_desc
    [all...]

Completed in 38 milliseconds