Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_capabilities.c13 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 …]
H A Dotx2_cryptodev_capabilities.h23 void otx2_crypto_capabilities_init(union cpt_eng_caps *hw_caps);
36 void otx2_crypto_sec_capabilities_init(union cpt_eng_caps *hw_caps);
H A Dotx2_cryptodev.c101 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()
H A Dotx2_cryptodev.h34 union cpt_eng_caps hw_caps[CPT_MAX_ENG_TYPES]; member
H A Dotx2_cryptodev_mbox.h13 union cpt_eng_caps *hw_caps);
H A Dotx2_cryptodev_mbox.c19 union cpt_eng_caps *hw_caps) in otx2_cpt_hardware_caps_get() argument
39 memcpy(hw_caps, rsp->eng_caps, in otx2_cpt_hardware_caps_get()