Home
last modified time | relevance | path

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

/include/crypto/internal/
Dskcipher.h92 static inline void ablkcipher_request_complete(struct ablkcipher_request *req, in ablkcipher_request_complete()
104 static inline u32 ablkcipher_request_flags(struct ablkcipher_request *req) in ablkcipher_request_flags()
/include/linux/
Dcrypto.h135 struct ablkcipher_request { struct
210 int (*encrypt)(struct ablkcipher_request *req);
211 int (*decrypt)(struct ablkcipher_request *req);
380 int (*encrypt)(struct ablkcipher_request *req);
381 int (*decrypt)(struct ablkcipher_request *req);
722 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
727 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
734 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
748 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
753 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
[all …]
/include/crypto/
Dalgapi.h279 struct ablkcipher_request *request) in ablkcipher_enqueue_request()
284 static inline struct ablkcipher_request *ablkcipher_dequeue_request( in ablkcipher_dequeue_request()
290 static inline void *ablkcipher_request_ctx(struct ablkcipher_request *req) in ablkcipher_request_ctx()
Dskcipher.h30 struct ablkcipher_request creq;