Lines Matching refs:ablkcipher_request
1489 static int hifn_cipher_walk(struct ablkcipher_request *req, in hifn_cipher_walk()
1575 static int hifn_setup_session(struct ablkcipher_request *req) in hifn_setup_session()
1770 static void hifn_process_ready(struct ablkcipher_request *req, int error) in hifn_process_ready()
2021 struct ablkcipher_request *req; in hifn_flush()
2037 req = container_of(async_req, struct ablkcipher_request, base); in hifn_flush()
2077 static int hifn_handle_req(struct ablkcipher_request *req) in hifn_handle_req()
2097 static int hifn_setup_crypto_req(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto_req()
2140 struct ablkcipher_request *req; in hifn_process_queue()
2156 req = container_of(async_req, struct ablkcipher_request, base); in hifn_process_queue()
2166 static int hifn_setup_crypto(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto()
2186 static inline int hifn_encrypt_aes_ecb(struct ablkcipher_request *req) in hifn_encrypt_aes_ecb()
2191 static inline int hifn_encrypt_aes_cbc(struct ablkcipher_request *req) in hifn_encrypt_aes_cbc()
2196 static inline int hifn_encrypt_aes_cfb(struct ablkcipher_request *req) in hifn_encrypt_aes_cfb()
2201 static inline int hifn_encrypt_aes_ofb(struct ablkcipher_request *req) in hifn_encrypt_aes_ofb()
2210 static inline int hifn_decrypt_aes_ecb(struct ablkcipher_request *req) in hifn_decrypt_aes_ecb()
2215 static inline int hifn_decrypt_aes_cbc(struct ablkcipher_request *req) in hifn_decrypt_aes_cbc()
2220 static inline int hifn_decrypt_aes_cfb(struct ablkcipher_request *req) in hifn_decrypt_aes_cfb()
2225 static inline int hifn_decrypt_aes_ofb(struct ablkcipher_request *req) in hifn_decrypt_aes_ofb()
2234 static inline int hifn_encrypt_des_ecb(struct ablkcipher_request *req) in hifn_encrypt_des_ecb()
2239 static inline int hifn_encrypt_des_cbc(struct ablkcipher_request *req) in hifn_encrypt_des_cbc()
2244 static inline int hifn_encrypt_des_cfb(struct ablkcipher_request *req) in hifn_encrypt_des_cfb()
2249 static inline int hifn_encrypt_des_ofb(struct ablkcipher_request *req) in hifn_encrypt_des_ofb()
2258 static inline int hifn_decrypt_des_ecb(struct ablkcipher_request *req) in hifn_decrypt_des_ecb()
2263 static inline int hifn_decrypt_des_cbc(struct ablkcipher_request *req) in hifn_decrypt_des_cbc()
2268 static inline int hifn_decrypt_des_cfb(struct ablkcipher_request *req) in hifn_decrypt_des_cfb()
2273 static inline int hifn_decrypt_des_ofb(struct ablkcipher_request *req) in hifn_decrypt_des_ofb()
2282 static inline int hifn_encrypt_3des_ecb(struct ablkcipher_request *req) in hifn_encrypt_3des_ecb()
2287 static inline int hifn_encrypt_3des_cbc(struct ablkcipher_request *req) in hifn_encrypt_3des_cbc()
2292 static inline int hifn_encrypt_3des_cfb(struct ablkcipher_request *req) in hifn_encrypt_3des_cfb()
2297 static inline int hifn_encrypt_3des_ofb(struct ablkcipher_request *req) in hifn_encrypt_3des_ofb()
2306 static inline int hifn_decrypt_3des_ecb(struct ablkcipher_request *req) in hifn_decrypt_3des_ecb()
2311 static inline int hifn_decrypt_3des_cbc(struct ablkcipher_request *req) in hifn_decrypt_3des_cbc()
2316 static inline int hifn_decrypt_3des_cfb(struct ablkcipher_request *req) in hifn_decrypt_3des_cfb()
2321 static inline int hifn_decrypt_3des_ofb(struct ablkcipher_request *req) in hifn_decrypt_3des_ofb()