]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: talitos - using helpers for all talitos_ptr operations
authorLEROY Christophe <christophe.leroy@c-s.fr>
Mon, 6 Jun 2016 11:20:34 +0000 (13:20 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 8 Jun 2016 08:20:01 +0000 (16:20 +0800)
commit0b3733c2a467fb68ce6517b2535cf49ec5672967
tree48a6be488d43b5378a62ed51c1be25f1d8ba48b6
parent5748b7387296cb353ae3e4c14594cefd6925c06e
crypto: talitos - using helpers for all talitos_ptr operations

Use helper for all modifications to talitos_ptr in preparation to
the implementation of AEAD for SEC1

to_talitos_ptr_extent_clear() has been removed in favor of
to_talitos_ptr_ext_set() to set any value and
to_talitos_ptr_ext_or() to or the extent field with a value
name has been shorten to help keeping single lines of 80 chars

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c