Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h454 } icp_qat_hw_auth_setup_t; typedef
618 icp_qat_hw_auth_setup_t inner_setup;
624 icp_qat_hw_auth_setup_t outer_setup;
643 icp_qat_hw_auth_setup_t inner_setup;
649 icp_qat_hw_auth_setup_t outer_setup;
665 icp_qat_hw_auth_setup_t inner_setup;
671 icp_qat_hw_auth_setup_t outer_setup;
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash.c41 icp_qat_hw_auth_setup_t *pInHashSetup;
47 icp_qat_hw_auth_setup_t *pOutHashSetup;
249 LAC_BYTES_TO_QUADWORDS(sizeof(icp_qat_hw_auth_setup_t) + in LacSymQat_HashContentDescInit()
253 hashSetupBlkSize = sizeof(icp_qat_hw_auth_setup_t) + in LacSymQat_HashContentDescInit()
296 sizeof(icp_qat_hw_auth_setup_t) + cd_ctrl->outer_state1_sz; in LacSymQat_HashContentDescInit()
469 (icp_qat_hw_auth_setup_t *)((Cpa8U *)pHwBlockBase + in LacSymQat_HashHwBlockPtrsInit()
474 sizeof(icp_qat_hw_auth_setup_t); in LacSymQat_HashHwBlockPtrsInit()
481 (icp_qat_hw_auth_setup_t *)((Cpa8U *)(pHashBlkPtrs in LacSymQat_HashHwBlockPtrsInit()
487 sizeof(icp_qat_hw_auth_setup_t); in LacSymQat_HashHwBlockPtrsInit()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_alg_chain.c601 sizeof(icp_qat_hw_auth_setup_t); in LacAlgChain_SessionAuthKeyUpdate()