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/ |
| D | hks_rsa_common_mt.cpp | 36 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()
|
| D | hks_dsa_mt.cpp | 622 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()
|
| D | hks_agree_mt.cpp | 504 …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()
|
| D | hks_hmac_mt.cpp | 281 …d LocalHmacScenario(int32_t scenario, struct HksBlob *authId, const TestCaseParams &testCaseParams, in LocalHmacScenario() 328 void RunTestCase(const TestCaseParams &testCaseParams, int32_t scenario) in RunTestCase()
|
| D | hks_aes_cipher_mt.cpp | 427 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_aes_encrypt_mt.cpp | 437 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_aes_decrypt_mt.cpp | 440 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_ecc_key_mt.cpp | 441 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_aes_key_mt.cpp | 423 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_ecc_sign_mt.cpp | 825 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_ecc_verify_mt.cpp | 823 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| D | hks_check_auth_part_test.cpp | 311 static int32_t CheckGenAuthTest(const TestAuthCaseParams &testCaseParams) in CheckGenAuthTest() 351 static int32_t CheckImportAuthTest(const TestAuthCaseParams &testCaseParams) in CheckImportAuthTest()
|
| D | hks_check_pur_part_test.cpp | 240 static int32_t CheckPurposeTest(const TestPurposeCaseParams &testCaseParams) in CheckPurposeTest()
|
| D | hks_export_test_mt.cpp | 38 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_access_control_test_common.cpp | 296 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()
|
| D | hks_export_test.cpp | 41 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
| D | hks_access_control_rsa_sign_verify_test_common.cpp | 379 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()
|
| D | hks_import_key_test.cpp | 660 static int32_t ImportTest(const ImportKeyCaseParams &testCaseParams) in ImportTest()
|
| /base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
| D | hks_crypto_hal_aes_cipher.cpp | 485 …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()
|
| D | hks_crypto_hal_aes_encrypt.cpp | 341 …void RunTestEncrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *enc… in RunTestEncrypt()
|
| D | hks_crypto_hal_aes_decrypt.cpp | 358 …void RunTestAesDecrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *… in RunTestAesDecrypt()
|