Home
last modified time | relevance | path

Searched refs:ablkcipher_request (Results 1 – 4 of 4) sorted by relevance

/include/crypto/
Dengine.h87 struct ablkcipher_request *req);
97 struct ablkcipher_request *req, int err);
Dalgapi.h250 int ablkcipher_walk_done(struct ablkcipher_request *req,
252 int ablkcipher_walk_phys(struct ablkcipher_request *req,
357 struct ablkcipher_request *request) in ablkcipher_enqueue_request()
362 static inline struct ablkcipher_request *ablkcipher_dequeue_request( in ablkcipher_dequeue_request()
368 static inline void *ablkcipher_request_ctx(struct ablkcipher_request *req) in ablkcipher_request_ctx()
/include/linux/
Dcrypto.h166 struct ablkcipher_request { struct
235 int (*encrypt)(struct ablkcipher_request *req);
236 int (*decrypt)(struct ablkcipher_request *req);
721 int (*encrypt)(struct ablkcipher_request *req);
722 int (*decrypt)(struct ablkcipher_request *req);
1073 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
1089 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
1114 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
1160 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1165 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
[all …]
/include/crypto/internal/
Dskcipher.h156 static inline void ablkcipher_request_complete(struct ablkcipher_request *req, in ablkcipher_request_complete()
162 static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req) in ablkcipher_request_flags()