camellia_generic.c (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | camellia_generic.c (9332a9e73918bd0a1d5ef40a3357931b9fe0cf8a) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2006 4 * NTT (Nippon Telegraph and Telephone Corporation). 5 */ 6 7/* 8 * Algorithm Specification | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2006 4 * NTT (Nippon Telegraph and Telephone Corporation). 5 */ 6 7/* 8 * Algorithm Specification |
9 * http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html | 9 * https://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html |
10 */ 11 12/* 13 * 14 * NOTE --- NOTE --- NOTE --- NOTE 15 * This implementation assumes that all memory addresses passed 16 * as parameters are four-byte aligned. 17 * --- 1069 unchanged lines hidden --- | 10 */ 11 12/* 13 * 14 * NOTE --- NOTE --- NOTE --- NOTE 15 * This implementation assumes that all memory addresses passed 16 * as parameters are four-byte aligned. 17 * --- 1069 unchanged lines hidden --- |