pub(crate) type AesKeyGenParams = AesKeyGenParams;
pub(crate) struct AesKeyGenParams { pub parent: Algorithm, pub length: u16, }
parent: Algorithm
length: u16