xref: /OK3568_Linux_fs/kernel/arch/arm64/crypto/aes-ce-setkey.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun 
3*4882a593Smuzhiyun int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key,
4*4882a593Smuzhiyun 		  unsigned int key_len);
5*4882a593Smuzhiyun int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,
6*4882a593Smuzhiyun 		     unsigned int key_len);
7