/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A 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() 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 D | hks_dsa_mt.cpp | 640 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 D | hks_agree_mt.cpp | 524 …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 D | hks_hmac_mt.cpp | 291 …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 D | hks_aes_cipher_mt.cpp | 437 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_aes_decrypt_mt.cpp | 482 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_aes_encrypt_mt.cpp | 443 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_aes_key_mt.cpp | 429 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_ecc_key_mt.cpp | 447 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_ecc_sign_mt.cpp | 841 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_ecc_verify_mt.cpp | 841 void RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_check_auth_part_test.cpp | 316 static int32_t CheckGenAuthTest(const TestAuthCaseParams &testCaseParams) in CheckGenAuthTest() 356 static int32_t CheckImportAuthTest(const TestAuthCaseParams &testCaseParams) in CheckImportAuthTest()
|
H A D | hks_import_key_test.cpp | 700 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 D | hks_check_pur_part_test.cpp | 249 static int32_t CheckPurposeTest(const TestPurposeCaseParams &testCaseParams) in CheckPurposeTest()
|
H A D | hks_access_control_test_common.cpp | 457 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 D | hks_access_control_rsa_sign_verify_test_common.cpp | 398 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 D | hks_crypto_hal_aes_cipher.cpp | 492 …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 D | hks_crypto_hal_aes_encrypt.cpp | 348 …void RunTestEncrypt(struct HksBlob *key, const TestCaseParams &testCaseParams, struct HksBlob *enc… in RunTestEncrypt()
|
H A D | hks_crypto_hal_aes_decrypt.cpp | 364 …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 D | hks_export_test_mt.cpp | 43 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|
H A D | hks_export_test.cpp | 47 int32_t RunTestCase(const TestCaseParams &testCaseParams) in RunTestCase()
|