Home
last modified time | relevance | path

Searched refs:skcipher_request_ctx (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c25 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_opti_poll()
136 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_cipher_poll()
324 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_encrypt()
335 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_decrypt()
347 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_encrypt()
358 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_decrypt()
370 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_encrypt()
381 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_decrypt()
393 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_des_encrypt()
404 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_des_decrypt()
[all …]
/Linux-v4.19/drivers/crypto/marvell/
Dcipher.c62 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_dma_cleanup()
78 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_cleanup()
86 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_step()
120 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_process()
140 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_process()
152 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_step()
163 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_dma_prepare()
172 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_prepare()
183 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_prepare()
204 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_complete()
[all …]
/Linux-v4.19/crypto/
Dlrw.c151 struct rctx *rctx = skcipher_request_ctx(req); in post_crypt()
203 struct rctx *rctx = skcipher_request_ctx(req); in pre_crypt()
280 struct rctx *rctx = skcipher_request_ctx(req); in init_crypt()
315 struct rctx *rctx = skcipher_request_ctx(req); in exit_crypt()
325 struct rctx *rctx = skcipher_request_ctx(req); in do_encrypt()
349 rctx = skcipher_request_ctx(req); in encrypt_done()
375 struct rctx *rctx = skcipher_request_ctx(req); in do_decrypt()
399 rctx = skcipher_request_ctx(req); in decrypt_done()
Dxts.c101 struct rctx *rctx = skcipher_request_ctx(req); in post_crypt()
152 struct rctx *rctx = skcipher_request_ctx(req); in pre_crypt()
219 struct rctx *rctx = skcipher_request_ctx(req); in init_crypt()
252 struct rctx *rctx = skcipher_request_ctx(req); in exit_crypt()
262 struct rctx *rctx = skcipher_request_ctx(req); in do_encrypt()
286 rctx = skcipher_request_ctx(req); in encrypt_done()
312 struct rctx *rctx = skcipher_request_ctx(req); in do_decrypt()
336 rctx = skcipher_request_ctx(req); in decrypt_done()
Dcts.c67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_reqctx_space()
104 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_encrypt()
150 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_encrypt()
183 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt()
242 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt()
Dsimd.c66 subreq = skcipher_request_ctx(req); in simd_skcipher_encrypt()
87 subreq = skcipher_request_ctx(req); in simd_skcipher_decrypt()
Dcryptd.c468 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete()
483 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_encrypt()
511 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_decrypt()
538 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue()
Dctr.c293 (void *)PTR_ALIGN((u8 *)skcipher_request_ctx(req), align + 1); in crypto_rfc3686_crypt()
Dskcipher.c712 struct ablkcipher_request *subreq = skcipher_request_ctx(req); in skcipher_crypt_ablkcipher()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_cipher.c562 struct safexcel_cipher_req *sreq = skcipher_request_ctx(req); in safexcel_skcipher_handle_result()
624 struct safexcel_cipher_req *sreq = skcipher_request_ctx(req); in safexcel_skcipher_send()
698 struct safexcel_cipher_req *sreq = skcipher_request_ctx(req); in safexcel_skcipher_exit_inv()
767 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_ecb_aes_encrypt()
774 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_ecb_aes_decrypt()
877 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_cbc_aes_encrypt()
884 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_cbc_aes_decrypt()
917 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_cbc_des_encrypt()
924 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_cbc_des_decrypt()
987 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_ecb_des_encrypt()
[all …]
/Linux-v4.19/include/crypto/internal/
Dskcipher.h174 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx() function
/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c630 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_complete()
677 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_process()
765 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_encrypt()
777 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_decrypt()
/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_algs.c170 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_skcipher_crypt()
/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_algs.c439 struct sec_request *sec_req = skcipher_request_ctx(skreq); in sec_skcipher_alg_callback()
726 struct sec_request *sec_req = skcipher_request_ctx(skreq); in sec_alg_skcipher_crypto()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c1097 req_ctx = skcipher_request_ctx(req); in artpec6_crypto_encrypt()
1142 req_ctx = skcipher_request_ctx(req); in artpec6_crypto_decrypt()
1697 req_ctx = skcipher_request_ctx(areq); in artpec6_crypto_prepare_crypto()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c261 struct skcipher_request *subreq = skcipher_request_ctx(req); in crypto4xx_ctr_crypt()