Searched defs:AesCipherParamSetStructure (Results 1 – 1 of 1) sorted by relevance
328 struct AesCipherParamSetStructure { struct329 struct HksParamSet **outParamSet;330 bool paramSetExist;331 bool setAlg;332 uint32_t alg;333 bool setPurpose;334 uint32_t purpose;335 bool setPadding;336 uint32_t padding;337 bool setBlockMode;[all …]