Searched refs:hw_caps (Results 1 – 6 of 6) sorted by relevance
13 if ((hw_caps[CPT_ENG_TYPE_SE].name) && \14 (hw_caps[CPT_ENG_TYPE_IE].name)) \16 else if (hw_caps[CPT_ENG_TYPE_SE].name) \18 else if (hw_caps[CPT_ENG_TYPE_AE].name) \818 CPT_CAPS_ADD(hw_caps, mul); in otx2_crypto_capabilities_init()819 CPT_CAPS_ADD(hw_caps, sha1_sha2); in otx2_crypto_capabilities_init()820 CPT_CAPS_ADD(hw_caps, chacha20); in otx2_crypto_capabilities_init()822 CPT_CAPS_ADD(hw_caps, aes); in otx2_crypto_capabilities_init()823 CPT_CAPS_ADD(hw_caps, kasumi); in otx2_crypto_capabilities_init()824 CPT_CAPS_ADD(hw_caps, des); in otx2_crypto_capabilities_init()[all …]
23 void otx2_crypto_capabilities_init(union cpt_eng_caps *hw_caps);36 void otx2_crypto_sec_capabilities_init(union cpt_eng_caps *hw_caps);
101 ret = otx2_cpt_hardware_caps_get(dev, vf->hw_caps); in otx2_cpt_pci_probe()108 otx2_crypto_capabilities_init(vf->hw_caps); in otx2_cpt_pci_probe()109 otx2_crypto_sec_capabilities_init(vf->hw_caps); in otx2_cpt_pci_probe()
34 union cpt_eng_caps hw_caps[CPT_MAX_ENG_TYPES]; member
13 union cpt_eng_caps *hw_caps);
19 union cpt_eng_caps *hw_caps) in otx2_cpt_hardware_caps_get() argument39 memcpy(hw_caps, rsp->eng_caps, in otx2_cpt_hardware_caps_get()