Lines Matching refs:crypto_async_request
126 struct crypto_async_request *request) in cryptd_enqueue_request()
160 struct crypto_async_request *req, *backlog; in cryptd_queue_worker()
255 static void cryptd_skcipher_encrypt(struct crypto_async_request *base, in cryptd_skcipher_encrypt()
283 static void cryptd_skcipher_decrypt(struct crypto_async_request *base, in cryptd_skcipher_decrypt()
492 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init()
518 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update()
541 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final()
562 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup()
583 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
746 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
756 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) in cryptd_aead_decrypt()