Home
last modified time | relevance | path

Searched refs:skcipher_walk_done (Results 1 – 14 of 14) sorted by relevance

/crypto/
Dcfb.c117 err = skcipher_walk_done(&walk, err); in crypto_cfb_encrypt()
122 err = skcipher_walk_done(&walk, 0); in crypto_cfb_encrypt()
190 err = skcipher_walk_done(&walk, err); in crypto_cfb_decrypt()
195 err = skcipher_walk_done(&walk, 0); in crypto_cfb_decrypt()
Dofb.c41 err = skcipher_walk_done(&walk, nbytes); in crypto_ofb_crypt()
48 err = skcipher_walk_done(&walk, 0); in crypto_ofb_crypt()
Dxctr.c120 err = skcipher_walk_done(&walk, nbytes); in crypto_xctr_crypt()
125 err = skcipher_walk_done(&walk, 0); in crypto_xctr_crypt()
Dpcbc.c81 err = skcipher_walk_done(&walk, nbytes); in crypto_pcbc_encrypt()
148 err = skcipher_walk_done(&walk, nbytes); in crypto_pcbc_decrypt()
Dcbc.c86 err = skcipher_walk_done(&walk, err); in crypto_cbc_encrypt()
168 err = skcipher_walk_done(&walk, err); in crypto_cbc_decrypt()
Darc4.c38 err = skcipher_walk_done(&walk, 0); in crypto_arc4_crypt()
Decb.c38 err = skcipher_walk_done(&walk, nbytes); in crypto_ecb_crypt()
Dctr.c116 err = skcipher_walk_done(&walk, nbytes); in crypto_ctr_crypt()
121 err = skcipher_walk_done(&walk, 0); in crypto_ctr_crypt()
Dchacha_generic.c34 err = skcipher_walk_done(&walk, walk.nbytes - nbytes); in chacha_stream_xor()
Dcrypto_null.c87 err = skcipher_walk_done(&walk, 0); in null_skcipher_crypt()
Dxts.c119 skcipher_walk_done(&w, avail - bs); in xts_xor_tweak()
127 err = skcipher_walk_done(&w, avail); in xts_xor_tweak()
Dskcipher.c123 int skcipher_walk_done(struct skcipher_walk *walk, int err) in skcipher_walk_done() function
198 EXPORT_SYMBOL_GPL(skcipher_walk_done);
279 return skcipher_walk_done(walk, -ENOMEM); in skcipher_next_slow()
378 return skcipher_walk_done(walk, -EINVAL); in skcipher_walk_next()
Dlrw.c192 err = skcipher_walk_done(&w, avail); in lrw_xor_tweak()
Daegis128-core.c339 err = skcipher_walk_done(walk, walk->nbytes - nbytes); in crypto_aegis128_process_crypt()