Searched refs:ce_aes_expandkey (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-ce-glue.c | 74 int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey() function 140 EXPORT_SYMBOL(ce_aes_expandkey); variable 147 return ce_aes_expandkey(ctx, in_key, key_len); in ce_aes_setkey()
|
H A D | aes-ce-ccm-glue.c | 51 return ce_aes_expandkey(ctx, in_key, key_len); in ccm_setkey()
|
H A D | aes-glue.c | 27 #define aes_expandkey ce_aes_expandkey
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-ce-glue.c | 74 int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey() function 140 EXPORT_SYMBOL(ce_aes_expandkey); variable 147 return ce_aes_expandkey(ctx, in_key, key_len); in ce_aes_setkey()
|
H A D | aes-ce-ccm-glue.c | 49 return ce_aes_expandkey(ctx, in_key, key_len); in ccm_setkey()
|
H A D | aes-glue.c | 27 #define aes_expandkey ce_aes_expandkey
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 69 static int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey() function 142 return ce_aes_expandkey(ctx, in_key, key_len); in ce_aes_setkey() 160 ret = ce_aes_expandkey(&ctx->key1, in_key, key_len / 2); in xts_set_key() 162 ret = ce_aes_expandkey(&ctx->key2, &in_key[key_len / 2], in xts_set_key()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 69 static int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey() function 142 return ce_aes_expandkey(ctx, in_key, key_len); in ce_aes_setkey() 160 ret = ce_aes_expandkey(&ctx->key1, in_key, key_len / 2); in xts_set_key() 162 ret = ce_aes_expandkey(&ctx->key2, &in_key[key_len / 2], in xts_set_key()
|
Completed in 8 milliseconds