Home
last modified time | relevance | path

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

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
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()
417 void HksRsaCommonMt::SignServiceTestCase(const SignServiceCaseParams &testCaseParams) in SignServiceTestCase()
479 void HksRsaCommonMt::VerifyLocalTestCase(const VerifyLocalCaseParams &testCaseParams) in VerifyLocalTestCase()
539 void HksRsaCommonMt::VerifyServiceTestCase(const VerifyServiceCaseParams &testCaseParams) in VerifyServiceTestCase()
Dhks_dsa_mt.cpp622 void GenerateKeyTestCase(const TestCaseParams &testCaseParams) in GenerateKeyTestCase()
685 void SignLocalTestCase(const TestCaseParams &testCaseParams) in SignLocalTestCase()
747 void SignServiceTestCase(const TestCaseParams &testCaseParams) in SignServiceTestCase()
807 void VerifyLocalTestCase(const TestCaseParams &testCaseParams) in VerifyLocalTestCase()
871 void VerifyServiceTestCase(const TestCaseParams &testCaseParams) in VerifyServiceTestCase()
Dhks_agree_mt.cpp504 …void ServiceAgreeScenario(const TestCaseParams &testCaseParams, const struct HksParamSet *generate… in ServiceAgreeScenario()
562 …void LocalAgreeScenario(const TestCaseParams &testCaseParams, const struct HksParamSet *generateKe… in LocalAgreeScenario()
609 void EcdhRunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in EcdhRunTestCase()
638 …void DhLocalAgreeScenario(const TestCaseParams &testCaseParams, const struct HksParamSet *paramInS… in DhLocalAgreeScenario()
680 void DhRunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in DhRunTestCase()
Dhks_hmac_mt.cpp281 …d LocalHmacScenario(int32_t scenario, struct HksBlob *authId, const TestCaseParams &testCaseParams, in LocalHmacScenario()
328 void RunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in RunTestCase()
Dhks_aes_cipher_mt.cpp427 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_aes_encrypt_mt.cpp437 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_aes_decrypt_mt.cpp440 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_ecc_key_mt.cpp441 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_aes_key_mt.cpp423 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_ecc_sign_mt.cpp825 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_ecc_verify_mt.cpp823 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_check_auth_part_test.cpp311 static int32_t CheckGenAuthTest(const TestAuthCaseParams &testCaseParams) in CheckGenAuthTest()
351 static int32_t CheckImportAuthTest(const TestAuthCaseParams &testCaseParams) in CheckImportAuthTest()
Dhks_check_pur_part_test.cpp240 static int32_t CheckPurposeTest(const TestPurposeCaseParams &testCaseParams) in CheckPurposeTest()
Dhks_export_test_mt.cpp38 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_access_control_test_common.cpp296 int32_t CheckAccessCipherTest(const TestAccessCaseParams &testCaseParams, in CheckAccessCipherTest()
346 int32_t CheckAccessHmacTest(const TestAccessCaseParams &testCaseParams, in CheckAccessHmacTest()
425 int32_t CheckAccessAgreeTest(const TestAccessCaseParams &testCaseParams, struct HksParamSet *finish… in CheckAccessAgreeTest()
496 int32_t CheckAccessDeriveTest(const TestAccessCaseParams &testCaseParams, struct HksParamSet *finis… in CheckAccessDeriveTest()
Dhks_export_test.cpp41 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
Dhks_access_control_rsa_sign_verify_test_common.cpp379 static int32_t AcRsaSignVerifyTestNormalCase(const TestAccessCaseRSAParams &testCaseParams, in AcRsaSignVerifyTestNormalCase()
437 int32_t HksAcRsaSignVerifyTestNormalCase(const TestAccessCaseRSAParams &testCaseParams, in HksAcRsaSignVerifyTestNormalCase()
467 static int32_t AcRsaSignVerifyTestAbnormalCase(const TestAccessCaseRSAParams &testCaseParams, in AcRsaSignVerifyTestAbnormalCase()
525 int32_t HksAcRsaSignVerifyTestAbnormalCase(const TestAccessCaseRSAParams &testCaseParams, in HksAcRsaSignVerifyTestAbnormalCase()
Dhks_import_key_test.cpp660 static int32_t ImportTest(const ImportKeyCaseParams &testCaseParams) in ImportTest()
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
Dhks_crypto_hal_aes_cipher.cpp485 …void RunTestEncrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *enc… in RunTestEncrypt()
546 …void RunTestDecrypt(const TestCaseParams &testCaseParams, struct HksBlob *key, struct HksBlob *dec… in RunTestDecrypt()
606 void RunTestCaseThreeStage(const TestCaseParams &testCaseParams) in RunTestCaseThreeStage()
701 void RunTestCaseThreeStageGCM(const TestCaseParams &testCaseParams) in RunTestCaseThreeStageGCM()
Dhks_crypto_hal_aes_encrypt.cpp341 …void RunTestEncrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *enc… in RunTestEncrypt()
Dhks_crypto_hal_aes_decrypt.cpp358 …void RunTestAesDecrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *… in RunTestAesDecrypt()