hw_cipher_config
struct hw_cipher_config *cipher_config = (struct hw_cipher_config *)
hw_blk_size = sizeof(struct hw_cipher_config);
return roundup(sizeof(struct hw_cipher_config) + keylen, 8);
struct hw_cipher_config cipher_config;
(sizeof(struct hw_cipher_config) + \