ablkcipher_request   19 include/crypto/ablk_helper.h extern int __ablk_encrypt(struct ablkcipher_request *req);
ablkcipher_request   21 include/crypto/ablk_helper.h extern int ablk_encrypt(struct ablkcipher_request *req);
ablkcipher_request   23 include/crypto/ablk_helper.h extern int ablk_decrypt(struct ablkcipher_request *req);
ablkcipher_request  203 include/crypto/algapi.h int ablkcipher_walk_done(struct ablkcipher_request *req,
ablkcipher_request  205 include/crypto/algapi.h int ablkcipher_walk_phys(struct ablkcipher_request *req,
ablkcipher_request  344 include/crypto/algapi.h 					     struct ablkcipher_request *request)
ablkcipher_request  349 include/crypto/algapi.h static inline struct ablkcipher_request *ablkcipher_dequeue_request(
ablkcipher_request  355 include/crypto/algapi.h static inline void *ablkcipher_request_ctx(struct ablkcipher_request *req)
ablkcipher_request   93 include/crypto/internal/skcipher.h static inline void ablkcipher_request_complete(struct ablkcipher_request *req,
ablkcipher_request  105 include/crypto/internal/skcipher.h static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req)
ablkcipher_request   30 include/crypto/skcipher.h 	struct ablkcipher_request creq;
ablkcipher_request  217 include/linux/crypto.h 	int (*encrypt)(struct ablkcipher_request *req);
ablkcipher_request  218 include/linux/crypto.h 	int (*decrypt)(struct ablkcipher_request *req);
ablkcipher_request  348 include/linux/crypto.h 	int (*encrypt)(struct ablkcipher_request *req);
ablkcipher_request  349 include/linux/crypto.h 	int (*decrypt)(struct ablkcipher_request *req);
ablkcipher_request  668 include/linux/crypto.h 	struct ablkcipher_request *req)
ablkcipher_request  673 include/linux/crypto.h static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req)
ablkcipher_request  680 include/linux/crypto.h static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req)
ablkcipher_request  694 include/linux/crypto.h 	struct ablkcipher_request *req, struct crypto_ablkcipher *tfm)
ablkcipher_request  699 include/linux/crypto.h static inline struct ablkcipher_request *ablkcipher_request_cast(
ablkcipher_request  702 include/linux/crypto.h 	return container_of(req, struct ablkcipher_request, base);
ablkcipher_request  705 include/linux/crypto.h static inline struct ablkcipher_request *ablkcipher_request_alloc(
ablkcipher_request  708 include/linux/crypto.h 	struct ablkcipher_request *req;
ablkcipher_request  710 include/linux/crypto.h 	req = kmalloc(sizeof(struct ablkcipher_request) +
ablkcipher_request  719 include/linux/crypto.h static inline void ablkcipher_request_free(struct ablkcipher_request *req)
ablkcipher_request  725 include/linux/crypto.h 	struct ablkcipher_request *req,
ablkcipher_request  734 include/linux/crypto.h 	struct ablkcipher_request *req,