Lines Matching defs:req

69 static inline int crypto4xx_crypt(struct skcipher_request *req,  in crypto4xx_crypt()
88 int crypto4xx_encrypt_noiv_block(struct skcipher_request *req) in crypto4xx_encrypt_noiv_block()
93 int crypto4xx_encrypt_iv_stream(struct skcipher_request *req) in crypto4xx_encrypt_iv_stream()
98 int crypto4xx_decrypt_noiv_block(struct skcipher_request *req) in crypto4xx_decrypt_noiv_block()
103 int crypto4xx_decrypt_iv_stream(struct skcipher_request *req) in crypto4xx_decrypt_iv_stream()
108 int crypto4xx_encrypt_iv_block(struct skcipher_request *req) in crypto4xx_encrypt_iv_block()
113 int crypto4xx_decrypt_iv_block(struct skcipher_request *req) in crypto4xx_decrypt_iv_block()
208 int crypto4xx_rfc3686_encrypt(struct skcipher_request *req) in crypto4xx_rfc3686_encrypt()
223 int crypto4xx_rfc3686_decrypt(struct skcipher_request *req) in crypto4xx_rfc3686_decrypt()
239 crypto4xx_ctr_crypt(struct skcipher_request *req, bool encrypt) in crypto4xx_ctr_crypt()
299 int crypto4xx_encrypt_ctr(struct skcipher_request *req) in crypto4xx_encrypt_ctr()
304 int crypto4xx_decrypt_ctr(struct skcipher_request *req) in crypto4xx_decrypt_ctr()
309 static inline bool crypto4xx_aead_need_fallback(struct aead_request *req, in crypto4xx_aead_need_fallback()
337 static int crypto4xx_aead_fallback(struct aead_request *req, in crypto4xx_aead_fallback()
427 static int crypto4xx_crypt_aes_ccm(struct aead_request *req, bool decrypt) in crypto4xx_crypt_aes_ccm()
459 int crypto4xx_encrypt_aes_ccm(struct aead_request *req) in crypto4xx_encrypt_aes_ccm()
464 int crypto4xx_decrypt_aes_ccm(struct aead_request *req) in crypto4xx_decrypt_aes_ccm()
573 static inline int crypto4xx_crypt_aes_gcm(struct aead_request *req, in crypto4xx_crypt_aes_gcm()
596 int crypto4xx_encrypt_aes_gcm(struct aead_request *req) in crypto4xx_encrypt_aes_gcm()
601 int crypto4xx_decrypt_aes_gcm(struct aead_request *req) in crypto4xx_decrypt_aes_gcm()
652 int crypto4xx_hash_init(struct ahash_request *req) in crypto4xx_hash_init()
667 int crypto4xx_hash_update(struct ahash_request *req) in crypto4xx_hash_update()
681 int crypto4xx_hash_final(struct ahash_request *req) in crypto4xx_hash_final()
686 int crypto4xx_hash_digest(struct ahash_request *req) in crypto4xx_hash_digest()