Lines Matching refs:ablkcipher_request
1487 static int hifn_cipher_walk(struct ablkcipher_request *req, in hifn_cipher_walk()
1573 static int hifn_setup_session(struct ablkcipher_request *req) in hifn_setup_session()
1768 static void hifn_process_ready(struct ablkcipher_request *req, int error) in hifn_process_ready()
2019 struct ablkcipher_request *req; in hifn_flush()
2035 req = container_of(async_req, struct ablkcipher_request, base); in hifn_flush()
2075 static int hifn_handle_req(struct ablkcipher_request *req) in hifn_handle_req()
2095 static int hifn_setup_crypto_req(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto_req()
2138 struct ablkcipher_request *req; in hifn_process_queue()
2154 req = container_of(async_req, struct ablkcipher_request, base); in hifn_process_queue()
2164 static int hifn_setup_crypto(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto()
2184 static inline int hifn_encrypt_aes_ecb(struct ablkcipher_request *req) in hifn_encrypt_aes_ecb()
2189 static inline int hifn_encrypt_aes_cbc(struct ablkcipher_request *req) in hifn_encrypt_aes_cbc()
2194 static inline int hifn_encrypt_aes_cfb(struct ablkcipher_request *req) in hifn_encrypt_aes_cfb()
2199 static inline int hifn_encrypt_aes_ofb(struct ablkcipher_request *req) in hifn_encrypt_aes_ofb()
2208 static inline int hifn_decrypt_aes_ecb(struct ablkcipher_request *req) in hifn_decrypt_aes_ecb()
2213 static inline int hifn_decrypt_aes_cbc(struct ablkcipher_request *req) in hifn_decrypt_aes_cbc()
2218 static inline int hifn_decrypt_aes_cfb(struct ablkcipher_request *req) in hifn_decrypt_aes_cfb()
2223 static inline int hifn_decrypt_aes_ofb(struct ablkcipher_request *req) in hifn_decrypt_aes_ofb()
2232 static inline int hifn_encrypt_des_ecb(struct ablkcipher_request *req) in hifn_encrypt_des_ecb()
2237 static inline int hifn_encrypt_des_cbc(struct ablkcipher_request *req) in hifn_encrypt_des_cbc()
2242 static inline int hifn_encrypt_des_cfb(struct ablkcipher_request *req) in hifn_encrypt_des_cfb()
2247 static inline int hifn_encrypt_des_ofb(struct ablkcipher_request *req) in hifn_encrypt_des_ofb()
2256 static inline int hifn_decrypt_des_ecb(struct ablkcipher_request *req) in hifn_decrypt_des_ecb()
2261 static inline int hifn_decrypt_des_cbc(struct ablkcipher_request *req) in hifn_decrypt_des_cbc()
2266 static inline int hifn_decrypt_des_cfb(struct ablkcipher_request *req) in hifn_decrypt_des_cfb()
2271 static inline int hifn_decrypt_des_ofb(struct ablkcipher_request *req) in hifn_decrypt_des_ofb()
2280 static inline int hifn_encrypt_3des_ecb(struct ablkcipher_request *req) in hifn_encrypt_3des_ecb()
2285 static inline int hifn_encrypt_3des_cbc(struct ablkcipher_request *req) in hifn_encrypt_3des_cbc()
2290 static inline int hifn_encrypt_3des_cfb(struct ablkcipher_request *req) in hifn_encrypt_3des_cfb()
2295 static inline int hifn_encrypt_3des_ofb(struct ablkcipher_request *req) in hifn_encrypt_3des_ofb()
2304 static inline int hifn_decrypt_3des_ecb(struct ablkcipher_request *req) in hifn_decrypt_3des_ecb()
2309 static inline int hifn_decrypt_3des_cbc(struct ablkcipher_request *req) in hifn_decrypt_3des_cbc()
2314 static inline int hifn_decrypt_3des_cfb(struct ablkcipher_request *req) in hifn_decrypt_3des_cfb()
2319 static inline int hifn_decrypt_3des_ofb(struct ablkcipher_request *req) in hifn_decrypt_3des_ofb()