summaryrefslogtreecommitdiff
path: root/sig.h
blob: 10627b81ed3499d232f84ea89da44fb4ee67ed3b (plain)
1
2
3
4
5
6
7
#ifndef SIG_H
#define SIG_H

extern void register_signal(int signal, void (*handler)(int));
extern void register_signal_f(int signal, void (*handler)(int), int flags);

#endif /* SIG_H */
ected'>includemode:
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>2016-08-18 19:53:36 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2016-08-24 20:51:19 +0800
commit10bb087ce381c812cd81a65ffd5e6f83e6399291 (patch)
tree81c40421fcb6a243a562a10f9d48a495982c507b
parentf74bdd4cb5d0d4c3e89919e850e0bbb8789f32f9 (diff)
crypto: qat - fix aes-xts key sizes
Increase value of supported key sizes for qat_aes_xts. aes-xts keys consists of keys of equal size concatenated. Fixes: def14bfaf30d ("crypto: qat - add support for ctr(aes) and xts(aes)") Cc: stable@vger.kernel.org Reported-by: Wenqian Yu <wenqian.yu@intel.com> Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat