Searched refs:ConstructParamSetEncryptDecryptAes (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_aes.c | 135 static int32_t ConstructParamSetEncryptDecryptAes(uint32_t mode, uint32_t padding, bool isEncrypt, in ConstructParamSetEncryptDecryptAes() function 370 int32_t ret = ConstructParamSetEncryptDecryptAes(HKS_MODE_GCM, HKS_PADDING_NONE, true, ¶mSet); in TestAes256ByAgree() 381 ret = ConstructParamSetEncryptDecryptAes(HKS_MODE_GCM, HKS_PADDING_NONE, false, ¶mSet); in TestAes256ByAgree() 388 HKS_TEST_LOG_I("ConstructParamSetEncryptDecryptAes plainText: %s", plainText.data); in TestAes256ByAgree() 438 int32_t ret = ConstructParamSetEncryptDecryptAes(HKS_MODE_GCM, HKS_PADDING_NONE, true, ¶mSet); in TestAes256ByAgree1() 449 ret = ConstructParamSetEncryptDecryptAes(HKS_MODE_GCM, HKS_PADDING_NONE, false, ¶mSet); in TestAes256ByAgree1() 456 HKS_TEST_LOG_I("ConstructParamSetEncryptDecryptAes plainText: %s", plainText.data); in TestAes256ByAgree1() 496 int32_t ret = ConstructParamSetEncryptDecryptAes(HKS_MODE_GCM, HKS_PADDING_NONE, true, ¶mSet); in TestAes256ByAgree2() 507 ret = ConstructParamSetEncryptDecryptAes(HKS_MODE_GCM, HKS_PADDING_NONE, false, ¶mSet); in TestAes256ByAgree2() 514 HKS_TEST_LOG_I("ConstructParamSetEncryptDecryptAes plainTex in TestAes256ByAgree2() [all...] |
Completed in 2 milliseconds