Lines Matching defs:req

1439 static int hifn_cipher_walk(struct skcipher_request *req,  in hifn_cipher_walk()
1524 static int hifn_setup_session(struct skcipher_request *req) in hifn_setup_session()
1666 static void hifn_process_ready(struct skcipher_request *req, int error) in hifn_process_ready()
1916 struct skcipher_request *req; in hifn_flush() local
1980 static int hifn_handle_req(struct skcipher_request *req) in hifn_handle_req()
2000 static int hifn_setup_crypto_req(struct skcipher_request *req, u8 op, in hifn_setup_crypto_req()
2043 struct skcipher_request *req; in hifn_process_queue() local
2069 static int hifn_setup_crypto(struct skcipher_request *req, u8 op, in hifn_setup_crypto()
2089 static inline int hifn_encrypt_aes_ecb(struct skcipher_request *req) in hifn_encrypt_aes_ecb()
2094 static inline int hifn_encrypt_aes_cbc(struct skcipher_request *req) in hifn_encrypt_aes_cbc()
2099 static inline int hifn_encrypt_aes_cfb(struct skcipher_request *req) in hifn_encrypt_aes_cfb()
2104 static inline int hifn_encrypt_aes_ofb(struct skcipher_request *req) in hifn_encrypt_aes_ofb()
2113 static inline int hifn_decrypt_aes_ecb(struct skcipher_request *req) in hifn_decrypt_aes_ecb()
2118 static inline int hifn_decrypt_aes_cbc(struct skcipher_request *req) in hifn_decrypt_aes_cbc()
2123 static inline int hifn_decrypt_aes_cfb(struct skcipher_request *req) in hifn_decrypt_aes_cfb()
2128 static inline int hifn_decrypt_aes_ofb(struct skcipher_request *req) in hifn_decrypt_aes_ofb()
2137 static inline int hifn_encrypt_des_ecb(struct skcipher_request *req) in hifn_encrypt_des_ecb()
2142 static inline int hifn_encrypt_des_cbc(struct skcipher_request *req) in hifn_encrypt_des_cbc()
2147 static inline int hifn_encrypt_des_cfb(struct skcipher_request *req) in hifn_encrypt_des_cfb()
2152 static inline int hifn_encrypt_des_ofb(struct skcipher_request *req) in hifn_encrypt_des_ofb()
2161 static inline int hifn_decrypt_des_ecb(struct skcipher_request *req) in hifn_decrypt_des_ecb()
2166 static inline int hifn_decrypt_des_cbc(struct skcipher_request *req) in hifn_decrypt_des_cbc()
2171 static inline int hifn_decrypt_des_cfb(struct skcipher_request *req) in hifn_decrypt_des_cfb()
2176 static inline int hifn_decrypt_des_ofb(struct skcipher_request *req) in hifn_decrypt_des_ofb()
2185 static inline int hifn_encrypt_3des_ecb(struct skcipher_request *req) in hifn_encrypt_3des_ecb()
2190 static inline int hifn_encrypt_3des_cbc(struct skcipher_request *req) in hifn_encrypt_3des_cbc()
2195 static inline int hifn_encrypt_3des_cfb(struct skcipher_request *req) in hifn_encrypt_3des_cfb()
2200 static inline int hifn_encrypt_3des_ofb(struct skcipher_request *req) in hifn_encrypt_3des_ofb()
2207 static inline int hifn_decrypt_3des_ecb(struct skcipher_request *req) in hifn_decrypt_3des_ecb()
2212 static inline int hifn_decrypt_3des_cbc(struct skcipher_request *req) in hifn_decrypt_3des_cbc()
2217 static inline int hifn_decrypt_3des_cfb(struct skcipher_request *req) in hifn_decrypt_3des_cfb()
2222 static inline int hifn_decrypt_3des_ofb(struct skcipher_request *req) in hifn_decrypt_3des_ofb()