Home
last modified time | relevance | path

Searched defs:skreq (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dauthencesn.c186 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_encrypt() local
226 struct skcipher_request *skreq = (void *)(areq_ctx->tail + crypto_authenc_esn_decrypt_tail() local
[all...]
H A Dauthenc.c201 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_encrypt() local
238 struct skcipher_request *skreq = (void *)(areq_ctx->tail + crypto_authenc_decrypt_tail() local
[all...]
H A Dccm.c48 struct skcipher_request skreq; member
289 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_encrypt() local
349 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_decrypt() local
[all...]
H A Dgcm.c73 struct skcipher_request skreq; member
183 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_init_crypt() local
454 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_encrypt() local
493 struct skcipher_request *skreq in gcm_dec_hash_continue() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c51 static void free_src_sglist(struct skcipher_request *skreq) in free_src_sglist() argument
58 static void free_dst_sglist(struct skcipher_request *skreq) in free_dst_sglist() argument
67 struct skcipher_request *skreq = arg; in nitrox_skcipher_callback() local
81 struct skcipher_request *skreq = arg; in nitrox_cbc_cipher_callback() local
208 alloc_src_sglist(struct skcipher_request *skreq, int ivsize) alloc_src_sglist() argument
226 alloc_dst_sglist(struct skcipher_request *skreq, int ivsize) alloc_dst_sglist() argument
247 nitrox_skcipher_crypt(struct skcipher_request *skreq, bool enc) nitrox_skcipher_crypt() argument
290 nitrox_cbc_decrypt(struct skcipher_request *skreq) nitrox_cbc_decrypt() argument
310 nitrox_aes_encrypt(struct skcipher_request *skreq) nitrox_aes_encrypt() argument
315 nitrox_aes_decrypt(struct skcipher_request *skreq) nitrox_aes_decrypt() argument
327 nitrox_3des_encrypt(struct skcipher_request *skreq) nitrox_3des_encrypt() argument
332 nitrox_3des_decrypt(struct skcipher_request *skreq) nitrox_3des_decrypt() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c51 static void free_src_sglist(struct skcipher_request *skreq) in free_src_sglist() argument
58 static void free_dst_sglist(struct skcipher_request *skreq) in free_dst_sglist() argument
67 struct skcipher_request *skreq = arg; in nitrox_skcipher_callback() local
81 struct skcipher_request *skreq = arg; in nitrox_cbc_cipher_callback() local
208 alloc_src_sglist(struct skcipher_request *skreq, int ivsize) alloc_src_sglist() argument
226 alloc_dst_sglist(struct skcipher_request *skreq, int ivsize) alloc_dst_sglist() argument
247 nitrox_skcipher_crypt(struct skcipher_request *skreq, bool enc) nitrox_skcipher_crypt() argument
290 nitrox_cbc_decrypt(struct skcipher_request *skreq) nitrox_cbc_decrypt() argument
310 nitrox_aes_encrypt(struct skcipher_request *skreq) nitrox_aes_encrypt() argument
315 nitrox_aes_decrypt(struct skcipher_request *skreq) nitrox_aes_decrypt() argument
327 nitrox_3des_encrypt(struct skcipher_request *skreq) nitrox_3des_encrypt() argument
332 nitrox_3des_decrypt(struct skcipher_request *skreq) nitrox_3des_decrypt() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dauthenc.c200 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_encrypt() local
237 struct skcipher_request *skreq = (void *)(areq_ctx->tail + crypto_authenc_decrypt_tail() local
[all...]
H A Dauthencesn.c184 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_encrypt() local
224 struct skcipher_request *skreq = (void *)(areq_ctx->tail + crypto_authenc_esn_decrypt_tail() local
[all...]
H A Dccm.c49 struct skcipher_request skreq; member
290 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_encrypt() local
349 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_decrypt() local
[all...]
H A Dgcm.c73 struct skcipher_request skreq; member
183 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_init_crypt() local
452 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_encrypt() local
491 struct skcipher_request *skreq in gcm_dec_hash_continue() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A Dcipher.c138 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_process() local
150 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_step() local
181 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_prepare() local
195 struct skcipher_request *skreq = skcipher_request_cast(req); mv_cesa_skcipher_req_cleanup() local
203 struct skcipher_request *skreq = skcipher_request_cast(req); mv_cesa_skcipher_complete() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dcipher.c145 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_process() local
157 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_step() local
188 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_prepare() local
202 struct skcipher_request *skreq = skcipher_request_cast(req); mv_cesa_skcipher_req_cleanup() local
210 struct skcipher_request *skreq = skcipher_request_cast(req); mv_cesa_skcipher_complete() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c424 struct skcipher_request *skreq = container_of(req_base, in sec_skcipher_alg_callback() local
707 sec_alg_skcipher_crypto(struct skcipher_request *skreq, bool encrypt) sec_alg_skcipher_crypto() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c424 struct skcipher_request *skreq = container_of(req_base, in sec_skcipher_alg_callback() local
707 sec_alg_skcipher_crypto(struct skcipher_request *skreq, bool encrypt) sec_alg_skcipher_crypto() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dskd_main.c486 struct skd_request_context *const skreq = blk_mq_rq_to_pdu(req); in skd_mq_queue_rq() local
422 skd_prep_zerosize_flush_cdb(struct skd_scsi_request *scsi_req, struct skd_request_context *skreq) skd_prep_zerosize_flush_cdb() argument
613 struct skd_request_context *skreq = blk_mq_rq_to_pdu(req); skd_complete_rq() local
618 skd_preop_sg_list(struct skd_device *skdev, struct skd_request_context *skreq) skd_preop_sg_list() argument
679 skd_postop_sg_list(struct skd_device *skdev, struct skd_request_context *skreq) skd_postop_sg_list() argument
1409 skd_resolve_req_exception(struct skd_device *skdev, struct skd_request_context *skreq, struct request *req) skd_resolve_req_exception() argument
1449 skd_release_skreq(struct skd_device *skdev, struct skd_request_context *skreq) skd_release_skreq() argument
1467 struct skd_request_context *skreq; skd_isr_completion_posted() local
1900 struct skd_request_context *skreq = blk_mq_rq_to_pdu(req); skd_recover_request() local
2745 struct skd_request_context *skreq = blk_mq_rq_to_pdu(rq); skd_init_request() local
2760 struct skd_request_context *skreq = blk_mq_rq_to_pdu(rq); skd_exit_request() local
3579 skd_log_skreq(struct skd_device *skdev, struct skd_request_context *skreq, const char *event) skd_log_skreq() argument
[all...]

Completed in 14 milliseconds