Lines Matching defs:err
135 int err; in cryptd_enqueue_request() local
247 struct skcipher_request *req, int err) in cryptd_skcipher_prepare()
272 static void cryptd_skcipher_complete(struct skcipher_request *req, int err, in cryptd_skcipher_complete()
294 static void cryptd_skcipher_encrypt(void *data, int err) in cryptd_skcipher_encrypt()
306 static void cryptd_skcipher_decrypt(void *data, int err) in cryptd_skcipher_decrypt()
389 int err; in cryptd_create_skcipher() local
506 int err) in cryptd_hash_prepare()
519 static void cryptd_hash_complete(struct ahash_request *req, int err, in cryptd_hash_complete()
537 static void cryptd_hash_init(void *data, int err) in cryptd_hash_init()
562 static void cryptd_hash_update(void *data, int err) in cryptd_hash_update()
579 static void cryptd_hash_final(void *data, int err) in cryptd_hash_final()
596 static void cryptd_hash_finup(void *data, int err) in cryptd_hash_finup()
613 static void cryptd_hash_digest(void *data, int err) in cryptd_hash_digest()
673 int err; in cryptd_create_hash() local
744 struct crypto_aead *child, int err, in cryptd_aead_crypt()
790 static void cryptd_aead_encrypt(void *data, int err) in cryptd_aead_encrypt()
802 static void cryptd_aead_decrypt(void *data, int err) in cryptd_aead_decrypt()
882 int err; in cryptd_create_aead() local
1116 int err; in cryptd_init() local