Release 4.14 arch/arm64/crypto/aes-ce-setkey.h
/* SPDX-License-Identifier: GPL-2.0 */
int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key,
unsigned int key_len);
int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,
unsigned int key_len);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ard Biesheuvel | 36 | 97.30% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 50.00% |
Total | 37 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.