blkcipher_walk_done 71 arch/x86/crypto/salsa20_glue.c return blkcipher_walk_done(desc, &walk, 0); blkcipher_walk_done 78 arch/x86/crypto/salsa20_glue.c err = blkcipher_walk_done(desc, &walk, walk.nbytes % 64); blkcipher_walk_done 84 arch/x86/crypto/salsa20_glue.c err = blkcipher_walk_done(desc, &walk, 0); blkcipher_walk_done 166 crypto/blkcipher.c return blkcipher_walk_done(desc, walk, -ENOMEM); blkcipher_walk_done 236 crypto/blkcipher.c return blkcipher_walk_done(desc, walk, -EINVAL); blkcipher_walk_done 108 crypto/cbc.c err = blkcipher_walk_done(desc, &walk, nbytes); blkcipher_walk_done 187 crypto/cbc.c err = blkcipher_walk_done(desc, &walk, nbytes); blkcipher_walk_done 74 crypto/crypto_null.c err = blkcipher_walk_done(desc, &walk, 0); blkcipher_walk_done 141 crypto/ctr.c err = blkcipher_walk_done(desc, &walk, nbytes); blkcipher_walk_done 146 crypto/ctr.c err = blkcipher_walk_done(desc, &walk, 0); blkcipher_walk_done 63 crypto/ecb.c err = blkcipher_walk_done(desc, walk, nbytes); blkcipher_walk_done 170 crypto/lrw.c err = blkcipher_walk_done(d, w, avail); blkcipher_walk_done 117 crypto/pcbc.c err = blkcipher_walk_done(desc, &walk, nbytes); blkcipher_walk_done 197 crypto/pcbc.c err = blkcipher_walk_done(desc, &walk, nbytes); blkcipher_walk_done 198 crypto/salsa20_generic.c return blkcipher_walk_done(desc, &walk, 0); blkcipher_walk_done 205 crypto/salsa20_generic.c err = blkcipher_walk_done(desc, &walk, walk.nbytes % 64); blkcipher_walk_done 211 crypto/salsa20_generic.c err = blkcipher_walk_done(desc, &walk, 0); blkcipher_walk_done 133 crypto/xts.c err = blkcipher_walk_done(d, w, avail); blkcipher_walk_done 138 include/crypto/algapi.h int blkcipher_walk_done(struct blkcipher_desc *desc,