Lines Matching refs:crypto_async_request
117 struct crypto_async_request *request) in cryptd_enqueue_request()
137 struct crypto_async_request *req, *backlog; in cryptd_queue_worker()
231 static void cryptd_blkcipher_encrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_encrypt()
240 static void cryptd_blkcipher_decrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_decrypt()
450 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init()
479 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update()
504 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final()
527 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup()
550 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
676 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
686 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) in cryptd_aead_decrypt()