Searched refs:hw_caps (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_capabilities.c | 16 if ((hw_caps[CPT_ENG_TYPE_SE].name) || \ 1110 union cpt_eng_caps *hw_caps) in crypto_caps_populate() argument 1114 CPT_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, mul); in crypto_caps_populate() 1115 CPT_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, sha1_sha2); in crypto_caps_populate() 1116 CPT_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, chacha20); in crypto_caps_populate() 1118 CPT_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, aes); in crypto_caps_populate() 1119 CPT_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, kasumi); in crypto_caps_populate() 1120 CPT_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, des); in crypto_caps_populate() 1193 union cpt_eng_caps *hw_caps) in sec_crypto_caps_populate() argument 1197 SEC_CAPS_ADD(cnxk_caps, &cur_pos, hw_caps, aes); in sec_crypto_caps_populate() [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_cpt.h | 131 union cpt_eng_caps hw_caps[CPT_MAX_ENG_TYPES]; member
|
| H A D | roc_cpt.c | 423 mbox_memcpy(roc_cpt->hw_caps, rsp->eng_caps, in cpt_hardware_caps_get()
|