Home
last modified time | relevance | path

Searched refs:expanded_key_length (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Daes_glue.c56 u32 expanded_key_length; member
175 ctx->expanded_key_length = 0xb0; in aes_set_key()
180 ctx->expanded_key_length = 0xd0; in aes_set_key()
185 ctx->expanded_key_length = 0xf0; in aes_set_key()
256 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in ecb_decrypt()
306 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in cbc_decrypt()
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Daes_glue.c56 u32 expanded_key_length; member
175 ctx->expanded_key_length = 0xb0; in aes_set_key()
180 ctx->expanded_key_length = 0xd0; in aes_set_key()
185 ctx->expanded_key_length = 0xf0; in aes_set_key()
256 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in ecb_decrypt()
306 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; in cbc_decrypt()

Completed in 2 milliseconds