summaryrefslogtreecommitdiff
path: root/include/crypto/ctr.h
blob: 4180fc080e3b31487431aaf99a440d5024e4991d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * CTR: Counter mode
 *
 * Copyright (c) 2007 Herbert Xu <herbert@gondor.apana.org.au>
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the Free
 * Software Foundation; either version 2 of the License, or (at your option)
 * any later version.
 *
 */

#ifndef _CRYPTO_CTR_H
#define _CRYPTO_CTR_H

#define CTR_RFC3686_NONCE_SIZE 4
#define CTR_RFC3686_IV_SIZE 8
#define CTR_RFC3686_BLOCK_SIZE 16

#endif  /* _CRYPTO_CTR_H */
69721b67aeb3616e983ed32acc131968188f5&id2=6b46856246592f860840acf32fcb732111c1c9eb'>Diffstat (limited to 'include/drm')it/tree/?id=cdca06e4e85974d8a3503ab15709dbbaf90d3dd1'>268b0c01070a957006db97c88dccb5fb061440ff /net/9p
parent1b89970d81bbd52720fc64a3fe9572ee33588363 (diff)
pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler
According to VLI64 Intel Atom E3800 Specification Update (#329901) concurrent read accesses may result in returning 0xffffffff and write accesses may be dropped silently. To workaround all accesses must be protected by locks. Cc: stable@vger.kernel.org Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'net/9p')