expanded_key_length   55 arch/sparc/crypto/aes_glue.c 	u32 expanded_key_length;
expanded_key_length  175 arch/sparc/crypto/aes_glue.c 		ctx->expanded_key_length = 0xb0;
expanded_key_length  180 arch/sparc/crypto/aes_glue.c 		ctx->expanded_key_length = 0xd0;
expanded_key_length  185 arch/sparc/crypto/aes_glue.c 		ctx->expanded_key_length = 0xf0;
expanded_key_length  259 arch/sparc/crypto/aes_glue.c 	key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)];
expanded_key_length  319 arch/sparc/crypto/aes_glue.c 	key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)];