Searched defs:HksTestCipherParamsParamSet (Results 1 – 1 of 1) sorted by relevance
76 struct HksTestCipherParamsParamSet { struct77 enum HksTestCipherType cipherType;78 bool paramSetExist; /* paramSet null or not */79 bool setAlg;80 uint32_t alg;81 bool setPurpose;82 uint32_t purpose;83 bool setDigest;84 uint32_t digest;85 bool setPadding;[all …]