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

/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c54 u32 expanded_key_length; member in struct:crypto_sparc64_aes_ctx
174 ctx->expanded_key_length = 0xb0; aes_set_key()
179 ctx->expanded_key_length = 0xd0; aes_set_key()
184 ctx->expanded_key_length = 0xf0; aes_set_key()
258 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; ecb_decrypt()
318 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; cbc_decrypt()

Completed in 84 milliseconds