Searched refs:aes_dev (Results 1 – 2 of 2) 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,
|
| /linux/drivers/crypto/ |
| H A D | atmel-sha.c | 2117 struct atmel_aes_dev *aes_dev; member 2134 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete() 2150 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start() 2248 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_schedule() argument 2262 return cb(aes_dev, -ENODEV, false); in atmel_sha_authenc_schedule() 2268 authctx->aes_dev = aes_dev; in atmel_sha_authenc_schedule() 2280 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_init() argument 2292 authctx->aes_dev = aes_dev; in atmel_sha_authenc_init() 2344 return authctx->cb(authctx->aes_dev, 0, dd->is_async); in atmel_sha_authenc_init_done() 2350 struct atmel_aes_dev *aes_dev) in atmel_sha_authenc_final() argument [all …]
|