Searched refs:aes_dev (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/intel/keembay/ |
| H A D | ocs-aes.h | 67 int ocs_aes_set_key(struct ocs_aes_dev *aes_dev, const u32 key_size, 70 int ocs_aes_op(struct ocs_aes_dev *aes_dev, 88 static inline int ocs_aes_bypass_op(struct ocs_aes_dev *aes_dev, in ocs_aes_bypass_op() argument 92 return ocs_aes_op(aes_dev, OCS_MODE_ECB, OCS_AES, OCS_BYPASS, in ocs_aes_bypass_op() 96 int ocs_aes_gcm_op(struct ocs_aes_dev *aes_dev, 108 int ocs_aes_ccm_op(struct ocs_aes_dev *aes_dev, 120 int ocs_create_linked_list_from_sg(const struct ocs_aes_dev *aes_dev,
|