Lines Matching defs:req

78 static inline int crypto4xx_crypt(struct skcipher_request *req,  in crypto4xx_crypt()
93 int crypto4xx_encrypt_noiv(struct skcipher_request *req) in crypto4xx_encrypt_noiv()
98 int crypto4xx_encrypt_iv(struct skcipher_request *req) in crypto4xx_encrypt_iv()
103 int crypto4xx_decrypt_noiv(struct skcipher_request *req) in crypto4xx_decrypt_noiv()
108 int crypto4xx_decrypt_iv(struct skcipher_request *req) in crypto4xx_decrypt_iv()
214 int crypto4xx_rfc3686_encrypt(struct skcipher_request *req) in crypto4xx_rfc3686_encrypt()
229 int crypto4xx_rfc3686_decrypt(struct skcipher_request *req) in crypto4xx_rfc3686_decrypt()
245 crypto4xx_ctr_crypt(struct skcipher_request *req, bool encrypt) in crypto4xx_ctr_crypt()
313 int crypto4xx_encrypt_ctr(struct skcipher_request *req) in crypto4xx_encrypt_ctr()
318 int crypto4xx_decrypt_ctr(struct skcipher_request *req) in crypto4xx_decrypt_ctr()
323 static inline bool crypto4xx_aead_need_fallback(struct aead_request *req, in crypto4xx_aead_need_fallback()
351 static int crypto4xx_aead_fallback(struct aead_request *req, in crypto4xx_aead_fallback()
449 static int crypto4xx_crypt_aes_ccm(struct aead_request *req, bool decrypt) in crypto4xx_crypt_aes_ccm()
481 int crypto4xx_encrypt_aes_ccm(struct aead_request *req) in crypto4xx_encrypt_aes_ccm()
486 int crypto4xx_decrypt_aes_ccm(struct aead_request *req) in crypto4xx_decrypt_aes_ccm()
606 static inline int crypto4xx_crypt_aes_gcm(struct aead_request *req, in crypto4xx_crypt_aes_gcm()
629 int crypto4xx_encrypt_aes_gcm(struct aead_request *req) in crypto4xx_encrypt_aes_gcm()
634 int crypto4xx_decrypt_aes_gcm(struct aead_request *req) in crypto4xx_decrypt_aes_gcm()
685 int crypto4xx_hash_init(struct ahash_request *req) in crypto4xx_hash_init()
700 int crypto4xx_hash_update(struct ahash_request *req) in crypto4xx_hash_update()
714 int crypto4xx_hash_final(struct ahash_request *req) in crypto4xx_hash_final()
719 int crypto4xx_hash_digest(struct ahash_request *req) in crypto4xx_hash_digest()