/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | hks_aes_cipher_mt.cpp | 36 struct TestCaseParams { struct 37 std::vector<HksParam> params; 38 std::string hexData; 39 uint32_t inLenAppend = 0; 41 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 42 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS; 43 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_aes_decrypt_mt.cpp | 33 struct TestCaseParams { struct 34 std::vector<HksParam> params; 35 uint32_t inLenAppend = 0; 36 std::string hexData; 38 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS; 40 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_aes_encrypt_mt.cpp | 33 struct TestCaseParams { struct 34 std::vector<HksParam> params; 35 std::string hexData; 36 uint32_t inLenAppend = 0; 38 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS; 40 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_aes_key_mt.cpp | 33 struct TestCaseParams { struct 34 std::vector<HksParam> params; 35 std::string hexData; 36 uint32_t inLenAppend = 0; 38 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS; 40 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_ecc_key_mt.cpp | 33 struct TestCaseParams { struct 34 std::vector<HksParam> params; 35 std::string hexData; 37 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 38 HksErrorCode signResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode verifyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_hmac_mt.cpp | 37 struct TestCaseParams { struct 38 std::vector<HksParam> params; 39 std::string hexData; 41 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 42 HksErrorCode hmacResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_ecc_sign_mt.cpp | 37 struct TestCaseParams { struct 38 std::vector<HksParam> params; 39 std::string hexData; 41 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 42 HksErrorCode signResult = HksErrorCode::HKS_SUCCESS; 43 HksErrorCode verifyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_ecc_verify_mt.cpp | 36 struct TestCaseParams { struct 37 std::vector<HksParam> params; 38 std::string hexData; 40 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 41 HksErrorCode signResult = HksErrorCode::HKS_SUCCESS; 42 HksErrorCode verifyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_dsa_mt.cpp | 38 struct TestCaseParams { struct 39 std::vector<HksParam> params; 40 HksKeyDigest keyDigest = HksKeyDigest::HKS_DIGEST_NONE; 42 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 43 HksErrorCode signResult = HksErrorCode::HKS_SUCCESS; 44 HksErrorCode verifyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_agree_mt.cpp | 39 struct TestCaseParams { struct 40 std::vector<HksParam> generateKeyParams; 41 std::vector<HksParam> agreeKeyParams; 42 std::string hexData; 44 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 45 HksErrorCode agreeResult = HksErrorCode::HKS_SUCCESS;
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_hmac_hmac.cpp | 32 struct TestCaseParams { struct 34 HksKeyDigest digest = HksKeyDigest::HKS_DIGEST_NONE; 35 HksStageType runStage = HksStageType::HKS_STAGE_THREE; 37 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 38 HksErrorCode hmacResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_encrypt.cpp | 33 struct TestCaseParams { struct 35 std::string hexData; 36 std::string keyData; 37 HksKeySize keySize = HksKeySize::HKS_RSA_KEY_SIZE_512; 39 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_decrypt.cpp | 33 struct TestCaseParams { struct 35 std::string keyData; 36 std::string hexData; 38 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_ecdsa_sign.cpp | 33 struct TestCaseParams { struct 36 HksStageType runStage = HksStageType::HKS_STAGE_THREE; 38 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode signResult = HksErrorCode::HKS_SUCCESS; 40 HksErrorCode verifyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_dh_agree.cpp | 34 struct TestCaseParams { struct 37 HksErrorCode agreeResult = HksErrorCode::HKS_SUCCESS; 38 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_ecdh_agree.cpp | 32 struct TestCaseParams { struct 36 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 37 HksErrorCode agreeResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_aes_encrypt.cpp | 32 struct TestCaseParams { struct 34 std::string keyData; 35 std::string hexData; 36 HksStageType runStage = HksStageType::HKS_STAGE_THREE; 38 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_cipher.cpp | 32 struct TestCaseParams { struct 35 std::string hexData; 37 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 38 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_oaep_encrypt.cpp | 35 struct TestCaseParams { struct 37 std::string keyData; 38 std::string hexData; 39 HksKeySize keySize = HksKeySize::HKS_RSA_KEY_SIZE_512; 41 HksErrorCode encryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_aes_key.cpp | 32 struct TestCaseParams { struct 35 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_dh.cpp | 34 struct TestCaseParams { struct 37 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_oaep_decrypt.cpp | 34 struct TestCaseParams { struct 36 std::string hexData; 37 std::string keyData; 39 HksErrorCode decryptResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_sign.cpp | 32 struct TestCaseParams { struct 35 std::string hexData; 36 HksStageType runStage = HksStageType::HKS_STAGE_THREE; 38 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS; 39 HksErrorCode signResult = HksErrorCode::HKS_SUCCESS; 40 HksErrorCode verifyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_ecc_key.cpp | 32 struct TestCaseParams { struct 35 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS;
|
H A D | hks_crypto_hal_rsa_key.cpp | 32 struct TestCaseParams { struct 35 HksErrorCode generateKeyResult = HksErrorCode::HKS_SUCCESS;
|