Home
last modified time | relevance | path

Searched defs:creq (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/crypto/marvell/
Dhash.c29 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_req_iter_init() local
48 static inline int mv_cesa_ahash_dma_alloc_cache(struct mv_cesa_ahash_req *creq, in mv_cesa_ahash_dma_alloc_cache()
61 static inline int mv_cesa_ahash_std_alloc_cache(struct mv_cesa_ahash_req *creq, in mv_cesa_ahash_std_alloc_cache()
73 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_alloc_cache() local
89 static inline void mv_cesa_ahash_dma_free_cache(struct mv_cesa_ahash_req *creq) in mv_cesa_ahash_dma_free_cache()
95 static inline void mv_cesa_ahash_std_free_cache(struct mv_cesa_ahash_req *creq) in mv_cesa_ahash_std_free_cache()
100 static void mv_cesa_ahash_free_cache(struct mv_cesa_ahash_req *creq) in mv_cesa_ahash_free_cache()
139 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_dma_last_cleanup() local
146 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_dma_cleanup() local
154 struct mv_cesa_ahash_req *creq = ahash_request_ctx(req); in mv_cesa_ahash_cleanup() local
[all …]
Dcipher.c62 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_dma_cleanup() local
78 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_cleanup() local
86 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_std_step() local
115 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_std_process() local
135 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_process() local
158 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_step() local
169 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_dma_prepare() local
178 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_std_prepare() local
192 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_prepare() local
295 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(req); in mv_cesa_ablkcipher_dma_req_init() local
[all …]
/linux-4.4.14/crypto/
Dpcrypt.c155 struct aead_request *creq = pcrypt_request_ctx(preq); in pcrypt_aead_encrypt() local
197 struct aead_request *creq = pcrypt_request_ctx(preq); in pcrypt_aead_decrypt() local
Dchacha20poly1305.c129 struct chacha_req *creq = &rctx->u.chacha; in chacha_decrypt() local
375 struct chacha_req *creq = &rctx->u.chacha; in poly_genkey() local
414 struct chacha_req *creq = &rctx->u.chacha; in chacha_encrypt() local
/linux-4.4.14/fs/ncpfs/
Dncp_fs_sb.h117 struct ncp_request_reply* creq; /* STREAM/DGRAM: awaiting reply from this request */ member
136 struct ncp_request_reply* creq; /* STREAM only: currently transmitted entry */ member
/linux-4.4.14/include/crypto/
Dskcipher.h52 struct ablkcipher_request creq; member
/linux-4.4.14/drivers/net/wireless/libertas/
Dcfg.c1266 struct cfg80211_scan_request *creq = NULL; in _new_connect_scan_req() local
1329 struct cfg80211_scan_request *creq; in lbs_cfg_connect() local
/linux-4.4.14/drivers/block/
Dcpqarray.c908 struct request *creq; in do_ida_request() local
Dcciss.c3307 struct request *creq; in do_cciss_request() local
/linux-4.4.14/net/wireless/
Dscan.c1186 struct cfg80211_scan_request *creq = NULL; in cfg80211_wext_siwscan() local
/linux-4.4.14/drivers/net/can/
Dpch_can.c134 u32 creq; member
/linux-4.4.14/include/uapi/drm/
Dvmwgfx_drm.h992 struct drm_vmw_gb_surface_create_req creq; member
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c2827 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) in ablkcipher_givencrypt()
/linux-4.4.14/drivers/usb/gadget/function/
Df_fs.c2967 const struct usb_ctrlrequest *creq) in ffs_func_setup()