Lines Matching defs:err
133 int err; in cryptd_enqueue_request() local
241 struct skcipher_request *req, int err) in cryptd_skcipher_prepare()
266 static void cryptd_skcipher_complete(struct skcipher_request *req, int err, in cryptd_skcipher_complete()
288 static void cryptd_skcipher_encrypt(void *data, int err) in cryptd_skcipher_encrypt()
300 static void cryptd_skcipher_decrypt(void *data, int err) in cryptd_skcipher_decrypt()
383 int err; in cryptd_create_skcipher() local
500 int err) in cryptd_hash_prepare()
513 static void cryptd_hash_complete(struct ahash_request *req, int err, in cryptd_hash_complete()
531 static void cryptd_hash_init(void *data, int err) in cryptd_hash_init()
556 static void cryptd_hash_update(void *data, int err) in cryptd_hash_update()
573 static void cryptd_hash_final(void *data, int err) in cryptd_hash_final()
590 static void cryptd_hash_finup(void *data, int err) in cryptd_hash_finup()
607 static void cryptd_hash_digest(void *data, int err) in cryptd_hash_digest()
667 int err; in cryptd_create_hash() local
738 struct crypto_aead *child, int err, in cryptd_aead_crypt()
784 static void cryptd_aead_encrypt(void *data, int err) in cryptd_aead_encrypt()
796 static void cryptd_aead_decrypt(void *data, int err) in cryptd_aead_decrypt()
876 int err; in cryptd_create_aead() local
1110 int err; in cryptd_init() local