Home
last modified time | relevance | path

Searched defs:skreq (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c137 static int alloc_src_sglist(struct skcipher_request *skreq, int ivsize) in alloc_src_sglist()
155 static int alloc_dst_sglist(struct skcipher_request *skreq, int ivsize) in alloc_dst_sglist()
176 static void free_src_sglist(struct skcipher_request *skreq) in free_src_sglist()
183 static void free_dst_sglist(struct skcipher_request *skreq) in free_dst_sglist()
192 struct skcipher_request *skreq = arg; in nitrox_skcipher_callback() local
204 static int nitrox_skcipher_crypt(struct skcipher_request *skreq, bool enc) in nitrox_skcipher_crypt()
247 static int nitrox_aes_encrypt(struct skcipher_request *skreq) in nitrox_aes_encrypt()
252 static int nitrox_aes_decrypt(struct skcipher_request *skreq) in nitrox_aes_decrypt()
264 static int nitrox_3des_encrypt(struct skcipher_request *skreq) in nitrox_3des_encrypt()
269 static int nitrox_3des_decrypt(struct skcipher_request *skreq) in nitrox_3des_decrypt()
/Linux-v5.4/drivers/crypto/marvell/
Dcipher.c136 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_process() local
148 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_step() local
179 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_prepare() local
192 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_req_cleanup() local
200 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_complete() local
/Linux-v5.4/drivers/block/
Dskd_main.c424 struct skd_request_context *skreq) in skd_prep_zerosize_flush_cdb()
487 struct skd_request_context *const skreq = blk_mq_rq_to_pdu(req); in skd_mq_queue_rq() local
614 struct skd_request_context *skreq = blk_mq_rq_to_pdu(req); in skd_complete_rq() local
620 struct skd_request_context *skreq) in skd_preop_sg_list()
681 struct skd_request_context *skreq) in skd_postop_sg_list()
1411 struct skd_request_context *skreq, in skd_resolve_req_exception()
1449 struct skd_request_context *skreq) in skd_release_skreq()
1466 struct skd_request_context *skreq; in skd_isr_completion_posted() local
1898 struct skd_request_context *skreq = blk_mq_rq_to_pdu(req); in skd_recover_request() local
2743 struct skd_request_context *skreq = blk_mq_rq_to_pdu(rq); in skd_init_request() local
[all …]
/Linux-v5.4/crypto/
Dauthenc.c211 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_encrypt() local
248 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_decrypt_tail() local
Dauthencesn.c196 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_encrypt() local
236 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_decrypt_tail() local
Dccm.c50 struct skcipher_request skreq; member
298 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_encrypt() local
358 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_decrypt() local
Dgcm.c74 struct skcipher_request skreq; member
189 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_init_crypt() local
460 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_encrypt() local
499 struct skcipher_request *skreq = &pctx->u.skreq; in gcm_dec_hash_continue() local
/Linux-v5.4/drivers/crypto/hisilicon/sec/
Dsec_algs.c423 struct skcipher_request *skreq = container_of(req_base, in sec_skcipher_alg_callback() local
706 static int sec_alg_skcipher_crypto(struct skcipher_request *skreq, in sec_alg_skcipher_crypto()