• Home
  • Raw
  • Download

Lines Matching defs:req

708 	struct ablkcipher_request *req)  in crypto_ablkcipher_reqtfm()
713 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
720 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
734 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
740 struct crypto_async_request *req) in ablkcipher_request_cast()
748 struct ablkcipher_request *req; in ablkcipher_request_alloc() local
759 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free()
765 struct ablkcipher_request *req, in ablkcipher_request_set_callback()
774 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()
851 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm()
856 static inline int crypto_aead_encrypt(struct aead_request *req) in crypto_aead_encrypt()
861 static inline int crypto_aead_decrypt(struct aead_request *req) in crypto_aead_decrypt()
871 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm()
880 struct aead_request *req; in aead_request_alloc() local
890 static inline void aead_request_free(struct aead_request *req) in aead_request_free()
895 static inline void aead_request_set_callback(struct aead_request *req, in aead_request_set_callback()
905 static inline void aead_request_set_crypt(struct aead_request *req, in aead_request_set_crypt()
916 static inline void aead_request_set_assoc(struct aead_request *req, in aead_request_set_assoc()