Searched refs:paramStruct (Results 1 – 8 of 8) sorted by relevance
95 static int32_t TestGenerateKeyParamSetPre(struct GenerateKeyParamSetStructure *paramStruct, in TestGenerateKeyParamSetPre() argument98 if (!paramStruct->paramSetExist) { in TestGenerateKeyParamSetPre()103 if (paramStruct->setAlg) { in TestGenerateKeyParamSetPre()106 algParam.uint32Param = paramStruct->alg; in TestGenerateKeyParamSetPre()111 if (paramStruct->setKeySize) { in TestGenerateKeyParamSetPre()114 keySizeParam.uint32Param = paramStruct->keySize; in TestGenerateKeyParamSetPre()119 if (paramStruct->setPurpose) { in TestGenerateKeyParamSetPre()122 purposeParam.uint32Param = paramStruct->purpose; in TestGenerateKeyParamSetPre()127 if (paramStruct->setDigest) { in TestGenerateKeyParamSetPre()130 digestParam.uint32Param = paramStruct->digest; in TestGenerateKeyParamSetPre()[all …]
395 int32_t TestConstructGenerateKeyParamSet(struct GenerateKeyParamSetStructure *paramStruct);397 int32_t TestConstructRsaCipherParamSet(struct TestRsaCipherParamSet *paramStruct);399 int32_t TestConstructAesCipherParamSet(struct AesCipherParamSetStructure *paramStruct);401 int32_t TestConstructMacParamSet(struct TestMacParamSetStructure *paramStruct);403 int32_t TestConstructAgreeParamSet(struct TestAgreeParamSetStructure *paramStruct);408 int32_t TestConstructDeriveParamSet(struct TestDeriveParamSetStructure *paramStruct);
93 struct GenerateKeyParamSetStructure paramStruct = { ¶mSet, variable103 ret = TestConstructGenerateKeyParamSet(¶mStruct);
128 struct TestDeriveParamSetStructure paramStruct = { in DeriveKey() local139 int32_t ret = TestConstructDeriveParamSet(¶mStruct); in DeriveKey()
81 struct TestAgreeParamSetStructure paramStruct = { in AgreeKey() local88 int32_t ret = TestConstructAgreeParamSet(¶mStruct); in AgreeKey()
118 struct GenerateKeyParamSetStructure paramStruct = { ¶mSet, in ExecHksGenerateKeyTest001() local128 ret = TestConstructGenerateKeyParamSet(¶mStruct); in ExecHksGenerateKeyTest001()
108 struct TestAgreeParamSetStructure paramStruct = { in AgreeKey() local115 int32_t ret = TestConstructAgreeParamSet(¶mStruct); in AgreeKey()
181 struct TestDeriveParamSetStructure paramStruct = { in DeriveKey() local192 int32_t ret = TestConstructDeriveParamSet(¶mStruct); in DeriveKey()