| /Linux-v5.4/drivers/crypto/sunxi-ss/ |
| D | sun4i-ss-cipher.c | 21 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_opti_poll() 122 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_cipher_poll_fallback() 150 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_cipher_poll() 345 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_encrypt() 356 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_decrypt() 368 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_encrypt() 379 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_decrypt() 391 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_encrypt() 402 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_decrypt() 414 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_des_encrypt() [all …]
|
| /Linux-v5.4/drivers/crypto/marvell/ |
| D | cipher.c | 59 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_dma_cleanup() 75 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_cleanup() 83 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_step() 117 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_process() 137 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_process() 149 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_step() 160 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_dma_prepare() 169 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_prepare() 180 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_prepare() 201 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_complete() [all …]
|
| /Linux-v5.4/crypto/ |
| D | xts.c | 89 struct rctx *rctx = skcipher_request_ctx(req); in xor_tweak() 153 struct rctx *rctx = skcipher_request_ctx(req); in cts_done() 168 struct rctx *rctx = skcipher_request_ctx(req); in cts_final() 206 struct rctx *rctx = skcipher_request_ctx(req); in encrypt_done() 226 struct rctx *rctx = skcipher_request_ctx(req); in decrypt_done() 244 struct rctx *rctx = skcipher_request_ctx(req); in init_crypt() 263 struct rctx *rctx = skcipher_request_ctx(req); in encrypt() 280 struct rctx *rctx = skcipher_request_ctx(req); in decrypt()
|
| D | lrw.c | 147 struct rctx *rctx = skcipher_request_ctx(req); in xor_tweak() 214 struct rctx *rctx = skcipher_request_ctx(req); in crypt_done() 226 struct rctx *rctx = skcipher_request_ctx(req); in init_crypt() 244 struct rctx *rctx = skcipher_request_ctx(req); in encrypt() 255 struct rctx *rctx = skcipher_request_ctx(req); in decrypt()
|
| D | cts.c | 67 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() 185 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt() 244 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt()
|
| D | adiantum.c | 231 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_hash_header() 260 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_hash_message() 294 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_finish() 334 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_crypt()
|
| D | simd.c | 73 subreq = skcipher_request_ctx(req); in simd_skcipher_encrypt() 94 subreq = skcipher_request_ctx(req); in simd_skcipher_decrypt()
|
| D | cryptd.c | 272 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() 287 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_encrypt() 315 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_decrypt() 342 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue()
|
| D | ctr.c | 202 (void *)PTR_ALIGN((u8 *)skcipher_request_ctx(req), align + 1); in crypto_rfc3686_crypt()
|
| D | essiv.c | 162 struct skcipher_request *subreq = skcipher_request_ctx(req); in essiv_skcipher_crypt()
|
| D | skcipher.c | 726 struct ablkcipher_request *subreq = skcipher_request_ctx(req); in skcipher_crypt_ablkcipher()
|
| /Linux-v5.4/drivers/crypto/cavium/nitrox/ |
| D | nitrox_skcipher.c | 139 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_src_sglist() 157 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_dst_sglist() 178 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_src_sglist() 185 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_dst_sglist() 208 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_skcipher_crypt()
|
| /Linux-v5.4/drivers/crypto/vmx/ |
| D | aes_cbc.c | 80 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_cbc_crypt()
|
| D | aes_ctr.c | 99 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_ctr_crypt()
|
| D | aes_xts.c | 88 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_xts_crypt()
|
| /Linux-v5.4/include/crypto/internal/ |
| D | skcipher.h | 172 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx() function
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 837 struct safexcel_cipher_req *sreq = skcipher_request_ctx(req); in safexcel_skcipher_handle_result() 899 struct safexcel_cipher_req *sreq = skcipher_request_ctx(req); in safexcel_skcipher_send() 986 struct safexcel_cipher_req *sreq = skcipher_request_ctx(req); in safexcel_skcipher_exit_inv() 1052 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_encrypt() 1058 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_decrypt() 2027 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_encrypt_xts() 2035 return safexcel_queue_req(&req->base, skcipher_request_ctx(req), in safexcel_decrypt_xts()
|
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_cipher.c | 798 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_complete() 817 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_process() 916 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_encrypt() 925 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_decrypt()
|
| /Linux-v5.4/drivers/crypto/hisilicon/sec/ |
| D | sec_algs.c | 426 struct sec_request *sec_req = skcipher_request_ctx(skreq); in sec_skcipher_alg_callback() 713 struct sec_request *sec_req = skcipher_request_ctx(skreq); in sec_alg_skcipher_crypto()
|
| /Linux-v5.4/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 1093 req_ctx = skcipher_request_ctx(req); in artpec6_crypto_encrypt() 1138 req_ctx = skcipher_request_ctx(req); in artpec6_crypto_decrypt() 1681 req_ctx = skcipher_request_ctx(areq); in artpec6_crypto_prepare_crypto()
|
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamalg_qi2.c | 130 return skcipher_request_ctx(skcipher_request_cast(areq)); in to_caam_req() 1119 struct caam_request *req_ctx = skcipher_request_ctx(req); in skcipher_edesc_alloc() 1477 struct caam_request *caam_req = skcipher_request_ctx(req); in skcipher_encrypt() 1508 struct caam_request *caam_req = skcipher_request_ctx(req); in skcipher_decrypt()
|