Home
last modified time | relevance | path

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

/crypto/
A Dscatterwalk.c122 skcipher_walk_done(&walk, 0); in memcpy_sglist()
165 return skcipher_walk_done(walk, -ENOMEM); in skcipher_next_slow()
229 return skcipher_walk_done(walk, -EINVAL); in skcipher_walk_next()
311 int skcipher_walk_done(struct skcipher_walk *walk, int res) in skcipher_walk_done() function
381 EXPORT_SYMBOL_GPL(skcipher_walk_done);
A Dxctr.c120 err = skcipher_walk_done(&walk, nbytes); in crypto_xctr_crypt()
125 err = skcipher_walk_done(&walk, 0); in crypto_xctr_crypt()
A Dpcbc.c81 err = skcipher_walk_done(&walk, nbytes); in crypto_pcbc_encrypt()
148 err = skcipher_walk_done(&walk, nbytes); in crypto_pcbc_decrypt()
A Dctr.c116 err = skcipher_walk_done(&walk, nbytes); in crypto_ctr_crypt()
121 err = skcipher_walk_done(&walk, 0); in crypto_ctr_crypt()
A Dxts.c119 skcipher_walk_done(&w, avail - bs); in xts_xor_tweak()
127 err = skcipher_walk_done(&w, avail); in xts_xor_tweak()
A Dchacha.c73 err = skcipher_walk_done(&walk, walk.nbytes - nbytes); in chacha_stream_xor()
A Dlrw.c192 err = skcipher_walk_done(&w, avail); in lrw_xor_tweak()
A Daegis128-core.c337 err = skcipher_walk_done(walk, walk->nbytes - nbytes); in crypto_aegis128_process_crypt()
A Dlskcipher.c192 err = skcipher_walk_done(&walk, err); in crypto_lskcipher_crypt_sg()

Completed in 19 milliseconds