| /include/crypto/ |
| D | akcipher.h | 161 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() 168 struct akcipher_request *req) in crypto_akcipher_reqtfm() 194 struct akcipher_request *req; in akcipher_request_alloc() local 208 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free() 224 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() 245 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt() 283 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() 301 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() 319 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign() 337 static inline int crypto_akcipher_verify(struct akcipher_request *req) in crypto_akcipher_verify()
|
| D | kpp.h | 137 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm() 143 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm() 169 struct kpp_request *req; in kpp_request_alloc() local 183 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free() 199 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback() 218 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input() 235 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output() 288 static inline int crypto_kpp_generate_public_key(struct kpp_request *req) in crypto_kpp_generate_public_key() 306 static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req) in crypto_kpp_compute_shared_secret()
|
| D | aead.h | 304 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() 328 static inline int crypto_aead_encrypt(struct aead_request *req) in crypto_aead_encrypt() 355 static inline int crypto_aead_decrypt(struct aead_request *req) in crypto_aead_decrypt() 395 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() 415 struct aead_request *req; in aead_request_alloc() local 429 static inline void aead_request_free(struct aead_request *req) in aead_request_free() 459 static inline void aead_request_set_callback(struct aead_request *req, in aead_request_set_callback() 511 static inline void aead_request_set_crypt(struct aead_request *req, in aead_request_set_crypt() 530 static inline void aead_request_set_ad(struct aead_request *req, in aead_request_set_ad()
|
| D | skcipher.h | 391 struct skcipher_request *req) in crypto_skcipher_reqtfm() 407 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() 425 static inline int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt() 462 static inline void skcipher_request_set_tfm(struct skcipher_request *req, in skcipher_request_set_tfm() 469 struct crypto_async_request *req) in skcipher_request_cast() 488 struct skcipher_request *req; in skcipher_request_alloc() local 503 static inline void skcipher_request_free(struct skcipher_request *req) in skcipher_request_free() 508 static inline void skcipher_request_zero(struct skcipher_request *req) in skcipher_request_zero() 540 static inline void skcipher_request_set_callback(struct skcipher_request *req, in skcipher_request_set_callback() 567 struct skcipher_request *req, in skcipher_request_set_crypt()
|
| D | hash.h | 362 struct ahash_request *req) in crypto_ahash_reqtfm() 382 static inline void *ahash_request_ctx(struct ahash_request *req) in ahash_request_ctx() 454 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() 470 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() 492 static inline int crypto_ahash_init(struct ahash_request *req) in crypto_ahash_init() 514 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() 538 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() 559 struct ahash_request *req; in ahash_request_alloc() local 574 static inline void ahash_request_free(struct ahash_request *req) in ahash_request_free() 579 static inline void ahash_request_zero(struct ahash_request *req) in ahash_request_zero() [all …]
|
| D | pcrypt.h | 34 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) in pcrypt_request_ctx() 40 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) in pcrypt_request_padata()
|
| /include/crypto/internal/ |
| D | aead.h | 68 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() 73 static inline void aead_request_complete(struct aead_request *req, int err) in aead_request_complete() 78 static inline u32 aead_request_flags(struct aead_request *req) in aead_request_flags() 84 struct crypto_async_request *req) in aead_request_cast() 146 struct crypto_async_request *req; in aead_dequeue_request() local 155 struct crypto_async_request *req; in aead_get_backlog() local
|
| D | skcipher.h | 57 static inline void skcipher_request_complete(struct skcipher_request *req, int err) in skcipher_request_complete() 121 static inline void ablkcipher_request_complete(struct ablkcipher_request *req, in ablkcipher_request_complete() 127 static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req) in ablkcipher_request_flags() 137 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx() 142 static inline u32 skcipher_request_flags(struct skcipher_request *req) in skcipher_request_flags()
|
| D | kpp.h | 21 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx() 31 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete()
|
| D | akcipher.h | 36 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() 46 static inline void akcipher_request_complete(struct akcipher_request *req, in akcipher_request_complete()
|
| D | hash.h | 179 static inline void ahash_request_complete(struct ahash_request *req, int err) in ahash_request_complete() 184 static inline u32 ahash_request_flags(struct ahash_request *req) in ahash_request_flags()
|
| /include/net/ |
| D | request_sock.h | 76 static inline struct sock *req_to_sk(struct request_sock *req) in req_to_sk() 85 struct request_sock *req; in reqsk_alloc() local 108 static inline void reqsk_free(struct request_sock *req) in reqsk_free() 120 static inline void reqsk_put(struct request_sock *req) in reqsk_put() 191 struct request_sock *req; in reqsk_queue_remove() local 206 const struct request_sock *req) in reqsk_queue_removed()
|
| D | cipso_ipv4.h | 257 static inline int cipso_v4_req_setattr(struct request_sock *req, in cipso_v4_req_setattr() 264 static inline void cipso_v4_req_delattr(struct request_sock *req) in cipso_v4_req_delattr()
|
| /include/scsi/ |
| D | scsi_dh.h | 83 static inline int scsi_dh_activate(struct request_queue *req, in scsi_dh_activate() 89 static inline int scsi_dh_attach(struct request_queue *req, const char *name) in scsi_dh_attach() 98 static inline int scsi_dh_set_params(struct request_queue *req, const char *params) in scsi_dh_set_params()
|
| D | scsi_tcq.h | 24 struct request *req = NULL; in scsi_host_find_tag() local
|
| /include/linux/ |
| D | nfs_page.h | 111 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags)) argument 149 nfs_lock_request(struct nfs_page *req) in nfs_lock_request() 160 nfs_list_add_request(struct nfs_page *req, struct list_head *head) in nfs_list_add_request() 171 nfs_list_remove_request(struct nfs_page *req) in nfs_list_remove_request() 185 loff_t req_offset(struct nfs_page *req) in req_offset()
|
| D | pm_qos.h | 113 static inline int dev_pm_qos_request_active(struct dev_pm_qos_request *req) in dev_pm_qos_request_active() 188 struct dev_pm_qos_request *req, in dev_pm_qos_add_request() 192 static inline int dev_pm_qos_update_request(struct dev_pm_qos_request *req, in dev_pm_qos_update_request() 195 static inline int dev_pm_qos_remove_request(struct dev_pm_qos_request *req) in dev_pm_qos_remove_request() 218 struct dev_pm_qos_request *req, in dev_pm_qos_add_ancestor_request()
|
| D | aio.h | 25 static inline void kiocb_set_cancel_fn(struct kiocb *req, in kiocb_set_cancel_fn()
|
| D | blkdev.h | 205 #define req_op(req) ((req)->cmd_flags >> REQ_OP_SHIFT) argument 207 #define req_set_op(req, op) do { \ argument 213 #define req_set_op_attrs(req, op, flags) do { \ argument 218 static inline unsigned short req_get_ioprio(struct request *req) in req_get_ioprio() 1436 static inline bool req_gap_back_merge(struct request *req, struct bio *bio) in req_gap_back_merge() 1441 static inline bool req_gap_front_merge(struct request *req, struct bio *bio) in req_gap_front_merge() 1457 static inline void set_start_time_ns(struct request *req) in set_start_time_ns() 1464 static inline void set_io_start_time_ns(struct request *req) in set_io_start_time_ns() 1471 static inline uint64_t rq_start_time_ns(struct request *req) in rq_start_time_ns() 1476 static inline uint64_t rq_io_start_time_ns(struct request *req) in rq_io_start_time_ns() [all …]
|
| D | crypto.h | 889 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm() 905 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt() 923 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt() 962 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm() 968 struct crypto_async_request *req) in ablkcipher_request_cast() 987 struct ablkcipher_request *req; in ablkcipher_request_alloc() local 1002 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free() 1033 struct ablkcipher_request *req, in ablkcipher_request_set_callback() 1058 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()
|
| D | bsg-lib.h | 41 struct request *req; member
|
| /include/linux/sunrpc/ |
| D | bc_xprt.h | 67 static inline void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request()
|
| /include/uapi/drm/ |
| D | vmwgfx_drm.h | 235 struct drm_vmw_surface_create_req req; member 263 struct drm_vmw_surface_arg req; member 413 struct drm_vmw_alloc_dmabuf_req req; member 966 struct drm_vmw_gb_surface_create_req req; member 1008 struct drm_vmw_surface_arg req; member 1091 enum drm_vmw_extended_context req; member
|
| /include/xen/interface/io/ |
| D | xs_wire.h | 85 char req[XENSTORE_RING_SIZE]; /* Requests to xenstore daemon. */ member
|
| /include/linux/usb/ |
| D | gadget.h | 258 struct usb_request *req) in usb_ep_free_request() 260 static inline int usb_ep_queue(struct usb_ep *ep, struct usb_request *req, in usb_ep_queue() 263 static inline int usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usb_ep_dequeue()
|