Lines Matching refs:ablkcipher_request
1445 static int hifn_cipher_walk(struct ablkcipher_request *req, in hifn_cipher_walk()
1530 static int hifn_setup_session(struct ablkcipher_request *req) in hifn_setup_session()
1672 static void hifn_process_ready(struct ablkcipher_request *req, int error) in hifn_process_ready()
1922 struct ablkcipher_request *req; in hifn_flush()
1978 static int hifn_handle_req(struct ablkcipher_request *req) in hifn_handle_req()
1998 static int hifn_setup_crypto_req(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto_req()
2041 struct ablkcipher_request *req; in hifn_process_queue()
2067 static int hifn_setup_crypto(struct ablkcipher_request *req, u8 op, in hifn_setup_crypto()
2087 static inline int hifn_encrypt_aes_ecb(struct ablkcipher_request *req) in hifn_encrypt_aes_ecb()
2092 static inline int hifn_encrypt_aes_cbc(struct ablkcipher_request *req) in hifn_encrypt_aes_cbc()
2097 static inline int hifn_encrypt_aes_cfb(struct ablkcipher_request *req) in hifn_encrypt_aes_cfb()
2102 static inline int hifn_encrypt_aes_ofb(struct ablkcipher_request *req) in hifn_encrypt_aes_ofb()
2111 static inline int hifn_decrypt_aes_ecb(struct ablkcipher_request *req) in hifn_decrypt_aes_ecb()
2116 static inline int hifn_decrypt_aes_cbc(struct ablkcipher_request *req) in hifn_decrypt_aes_cbc()
2121 static inline int hifn_decrypt_aes_cfb(struct ablkcipher_request *req) in hifn_decrypt_aes_cfb()
2126 static inline int hifn_decrypt_aes_ofb(struct ablkcipher_request *req) in hifn_decrypt_aes_ofb()
2135 static inline int hifn_encrypt_des_ecb(struct ablkcipher_request *req) in hifn_encrypt_des_ecb()
2140 static inline int hifn_encrypt_des_cbc(struct ablkcipher_request *req) in hifn_encrypt_des_cbc()
2145 static inline int hifn_encrypt_des_cfb(struct ablkcipher_request *req) in hifn_encrypt_des_cfb()
2150 static inline int hifn_encrypt_des_ofb(struct ablkcipher_request *req) in hifn_encrypt_des_ofb()
2159 static inline int hifn_decrypt_des_ecb(struct ablkcipher_request *req) in hifn_decrypt_des_ecb()
2164 static inline int hifn_decrypt_des_cbc(struct ablkcipher_request *req) in hifn_decrypt_des_cbc()
2169 static inline int hifn_decrypt_des_cfb(struct ablkcipher_request *req) in hifn_decrypt_des_cfb()
2174 static inline int hifn_decrypt_des_ofb(struct ablkcipher_request *req) in hifn_decrypt_des_ofb()
2183 static inline int hifn_encrypt_3des_ecb(struct ablkcipher_request *req) in hifn_encrypt_3des_ecb()
2188 static inline int hifn_encrypt_3des_cbc(struct ablkcipher_request *req) in hifn_encrypt_3des_cbc()
2193 static inline int hifn_encrypt_3des_cfb(struct ablkcipher_request *req) in hifn_encrypt_3des_cfb()
2198 static inline int hifn_encrypt_3des_ofb(struct ablkcipher_request *req) in hifn_encrypt_3des_ofb()
2205 static inline int hifn_decrypt_3des_ecb(struct ablkcipher_request *req) in hifn_decrypt_3des_ecb()
2210 static inline int hifn_decrypt_3des_cbc(struct ablkcipher_request *req) in hifn_decrypt_3des_cbc()
2215 static inline int hifn_decrypt_3des_cfb(struct ablkcipher_request *req) in hifn_decrypt_3des_cfb()
2220 static inline int hifn_decrypt_3des_ofb(struct ablkcipher_request *req) in hifn_decrypt_3des_ofb()