Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw15.c568 struct cryptoini *cria, struct fw_auth_hdr *auth_hdr, uint8_t *hw_blk_ptr, in qat_crypto_setup_auth_desc() argument
592 auth_hdr->next_id = next_slice; in qat_crypto_setup_auth_desc()
593 auth_hdr->curr_id = FW_SLICE_AUTH; in qat_crypto_setup_auth_desc()
594 auth_hdr->offset = hw_blk_offset / 8; in qat_crypto_setup_auth_desc()
595 auth_hdr->resrvd = 0; in qat_crypto_setup_auth_desc()
597 auth_hdr->hash_flags = FW_AUTH_HDR_FLAG_NO_NESTED; in qat_crypto_setup_auth_desc()
598 auth_hdr->u.inner_prefix_sz = 0; in qat_crypto_setup_auth_desc()
599 auth_hdr->outer_prefix_sz = 0; in qat_crypto_setup_auth_desc()
600 auth_hdr->final_sz = sah->auth_hash->authsize; in qat_crypto_setup_auth_desc()
601 auth_hdr->inner_state1_sz = in qat_crypto_setup_auth_desc()
[all …]