Home
last modified time | relevance | path

Searched defs:testCaseParams (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dhks_rsa_common_mt.cpp36 void HksRsaCommonMt::GenerateKeyTestCase(const GenerateKeyCaseParams &testCaseParams) in GenerateKeyTestCase()
98 void HksRsaCommonMt::EncryptLocalTestCase(const EncryptLocalCaseParams &testCaseParams) in EncryptLocalTestCase()
164 void HksRsaCommonMt::EncryptServiceTestCase(const EncryptServiceCaseParams &testCaseParams) in EncryptServiceTestCase()
229 void HksRsaCommonMt::DecryptLocalTestCase(const DecryptLocalCaseParams &testCaseParams) in DecryptLocalTestCase()
292 void HksRsaCommonMt::DecryptServiceTestCase(const DecryptServiceCaseParams &testCaseParams) in DecryptServiceTestCase()
353 void HksRsaCommonMt::SignLocalTestCase(const SignLocalCaseParams &testCaseParams) in SignLocalTestCase()
418 void HksRsaCommonMt::SignServiceTestCase(const SignServiceCaseParams &testCaseParams) in SignServiceTestCase()
480 void HksRsaCommonMt::VerifyLocalTestCase(const VerifyLocalCaseParams &testCaseParams) in VerifyLocalTestCase()
540 void HksRsaCommonMt::VerifyServiceTestCase(const VerifyServiceCaseParams &testCaseParams) in VerifyServiceTestCase()
H A Dhks_dsa_mt.cpp640 void GenerateKeyTestCase(const TestCaseParams &testCaseParams) in GenerateKeyTestCase()
704 void SignLocalTestCase(const TestCaseParams &testCaseParams) in SignLocalTestCase()
766 void SignServiceTestCase(const TestCaseParams &testCaseParams) in SignServiceTestCase()
826 void VerifyLocalTestCase(const TestCaseParams &testCaseParams) in VerifyLocalTestCase()
890 void VerifyServiceTestCase(const TestCaseParams &testCaseParams) in VerifyServiceTestCase()
H A Dhks_agree_mt.cpp524 …void ServiceAgreeScenario(const TestCaseParams &testCaseParams, const struct HksParamSet *generate… in ServiceAgreeScenario()
582 …void LocalAgreeScenario(const TestCaseParams &testCaseParams, const struct HksParamSet *generateKe… in LocalAgreeScenario()
629 void EcdhRunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in EcdhRunTestCase()
658 …void DhLocalAgreeScenario(const TestCaseParams &testCaseParams, const struct HksParamSet *paramInS… in DhLocalAgreeScenario()
700 void DhRunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in DhRunTestCase()
H A Dhks_hmac_mt.cpp291 …d LocalHmacScenario(int32_t scenario, struct HksBlob *authId, const TestCaseParams &testCaseParams, in LocalHmacScenario()
338 void RunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in RunTestCase()
H A Dhks_aes_cipher_mt.cpp437 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_aes_decrypt_mt.cpp482 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_aes_encrypt_mt.cpp443 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_aes_key_mt.cpp429 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_ecc_key_mt.cpp447 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_ecc_sign_mt.cpp841 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_ecc_verify_mt.cpp841 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_check_auth_part_test.cpp316 static int32_t CheckGenAuthTest(const TestAuthCaseParams &testCaseParams) in CheckGenAuthTest()
356 static int32_t CheckImportAuthTest(const TestAuthCaseParams &testCaseParams) in CheckImportAuthTest()
H A Dhks_import_key_test.cpp700 static int32_t ImportTest(const ImportKeyCaseParams &testCaseParams) in ImportTest()
729 static int32_t ImportTestForRsa(const ImportKeyCaseParams &testCaseParams) in ImportTestForRsa()
750 static int32_t ImportTestForDh(const ImportKeyCaseParams &testCaseParams, uint8_t *dhKeyData) in ImportTestForDh()
H A Dhks_check_pur_part_test.cpp249 static int32_t CheckPurposeTest(const TestPurposeCaseParams &testCaseParams) in CheckPurposeTest()
H A Dhks_access_control_test_common.cpp457 int32_t CheckAccessCipherTest(const TestAccessCaseParams &testCaseParams, in CheckAccessCipherTest()
507 int32_t CheckAccessHmacTest(const TestAccessCaseParams &testCaseParams, in CheckAccessHmacTest()
586 int32_t CheckAccessAgreeTest(const TestAccessCaseParams &testCaseParams, struct HksParamSet *finish… in CheckAccessAgreeTest()
656 int32_t CheckAccessDeriveTest(const TestAccessCaseParams &testCaseParams, struct HksParamSet *finis… in CheckAccessDeriveTest()
H A Dhks_access_control_rsa_sign_verify_test_common.cpp398 static int32_t AcRsaSignVerifyTestNormalCase(const TestAccessCaseRSAParams &testCaseParams, in AcRsaSignVerifyTestNormalCase()
456 int32_t HksAcRsaSignVerifyTestNormalCase(const TestAccessCaseRSAParams &testCaseParams, in HksAcRsaSignVerifyTestNormalCase()
486 static int32_t AcRsaSignVerifyTestAbnormalCase(const TestAccessCaseRSAParams &testCaseParams, in AcRsaSignVerifyTestAbnormalCase()
544 int32_t HksAcRsaSignVerifyTestAbnormalCase(const TestAccessCaseRSAParams &testCaseParams, in HksAcRsaSignVerifyTestAbnormalCase()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_cipher.cpp492 …void RunTestEncrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *enc… in RunTestEncrypt()
553 …void RunTestDecrypt(const TestCaseParams &testCaseParams, struct HksBlob *key, struct HksBlob *dec… in RunTestDecrypt()
613 void RunTestCaseThreeStage(const TestCaseParams &testCaseParams) in RunTestCaseThreeStage()
708 void RunTestCaseThreeStageGCM(const TestCaseParams &testCaseParams) in RunTestCaseThreeStageGCM()
H A Dhks_crypto_hal_aes_encrypt.cpp348 …void RunTestEncrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *enc… in RunTestEncrypt()
H A Dhks_crypto_hal_aes_decrypt.cpp364 …void RunTestAesDecrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *… in RunTestAesDecrypt()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_export_test_mt.cpp43 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
H A Dhks_export_test.cpp47 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()