Searched defs:AesCipherParamSetStructure (Results 1 – 1 of 1) sorted by relevance
269 struct AesCipherParamSetStructure { struct270 struct HksParamSet **outParamSet;271 bool paramSetExist;272 bool setAlg;273 uint32_t alg;274 bool setPurpose;275 uint32_t purpose;276 bool setPadding;277 uint32_t padding;278 bool setBlockMode;[all …]