]> 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)
commitf807578bbb8cf7206bae3a63660407c46591a316
tree48a6be488d43b5378a62ed51c1be25f1d8ba48b6
parentacb1a75fdb85479202c44d6be6c30197e3583970
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