Lines Matching defs:req

284 	struct crypto_async_request *req;  member
456 static int artpec6_crypto_submit(struct artpec6_crypto_req_common *req) in artpec6_crypto_submit()
1040 void (*complete)(struct crypto_async_request *req), in artpec6_crypto_common_init()
1085 static int artpec6_crypto_encrypt(struct skcipher_request *req) in artpec6_crypto_encrypt()
1130 static int artpec6_crypto_decrypt(struct skcipher_request *req) in artpec6_crypto_decrypt()
1176 artpec6_crypto_ctr_crypt(struct skcipher_request *req, bool encrypt) in artpec6_crypto_ctr_crypt()
1222 static int artpec6_crypto_ctr_encrypt(struct skcipher_request *req) in artpec6_crypto_ctr_encrypt()
1227 static int artpec6_crypto_ctr_decrypt(struct skcipher_request *req) in artpec6_crypto_ctr_decrypt()
1261 static int artpec6_crypto_aead_encrypt(struct aead_request *req) in artpec6_crypto_aead_encrypt()
1282 static int artpec6_crypto_aead_decrypt(struct aead_request *req) in artpec6_crypto_aead_decrypt()
2043 struct artpec6_crypto_req_common *req; in artpec6_crypto_process_queue() local
2080 struct artpec6_crypto_req_common *req; in artpec6_crypto_task() local
2149 static void artpec6_crypto_complete_crypto(struct crypto_async_request *req) in artpec6_crypto_complete_crypto()
2155 artpec6_crypto_complete_cbc_decrypt(struct crypto_async_request *req) in artpec6_crypto_complete_cbc_decrypt()
2167 artpec6_crypto_complete_cbc_encrypt(struct crypto_async_request *req) in artpec6_crypto_complete_cbc_encrypt()
2178 static void artpec6_crypto_complete_aead(struct crypto_async_request *req) in artpec6_crypto_complete_aead()
2216 static void artpec6_crypto_complete_hash(struct crypto_async_request *req) in artpec6_crypto_complete_hash()
2257 artpec6_crypto_init_hash(struct ahash_request *req, u8 type, int hmac) in artpec6_crypto_init_hash()
2290 static int artpec6_crypto_prepare_submit_hash(struct ahash_request *req) in artpec6_crypto_prepare_submit_hash()
2323 static int artpec6_crypto_hash_final(struct ahash_request *req) in artpec6_crypto_hash_final()
2332 static int artpec6_crypto_hash_update(struct ahash_request *req) in artpec6_crypto_hash_update()
2341 static int artpec6_crypto_sha1_init(struct ahash_request *req) in artpec6_crypto_sha1_init()
2346 static int artpec6_crypto_sha1_digest(struct ahash_request *req) in artpec6_crypto_sha1_digest()
2357 static int artpec6_crypto_sha256_init(struct ahash_request *req) in artpec6_crypto_sha256_init()
2362 static int artpec6_crypto_sha256_digest(struct ahash_request *req) in artpec6_crypto_sha256_digest()
2372 static int artpec6_crypto_hmac_sha256_init(struct ahash_request *req) in artpec6_crypto_hmac_sha256_init()
2377 static int artpec6_crypto_hmac_sha256_digest(struct ahash_request *req) in artpec6_crypto_hmac_sha256_digest()
2432 static int artpec6_crypto_hash_export(struct ahash_request *req, void *out) in artpec6_crypto_hash_export()
2460 static int artpec6_crypto_hash_import(struct ahash_request *req, const void *in) in artpec6_crypto_hash_import()