Home
last modified time | relevance | path

Searched refs:g_importRsaKeyAnotherParams (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_rsa_test.cpp299 static struct HksParam g_importRsaKeyAnotherParams[] = { variable
494 g_importRsaKeyAnotherParams[TAG_PURPOSE_ID].uint32Param = purpose; in ModifyImportAnotherParams()
495 g_importRsaKeyAnotherParams[TAG_KEY_SIZE_ID].uint32Param = keySize; in ModifyImportAnotherParams()
496 g_importRsaKeyAnotherParams[TAG_IMPORT_NEW_INDEX].uint32Param = importType; in ModifyImportAnotherParams()
747 ret = ImportKeyNew(&priKeyAlias, g_importRsaKeyAnotherParams, in RsaImportPlainKeyAnotherTest()
748 sizeof(g_importRsaKeyAnotherParams) / sizeof(struct HksParam)); in RsaImportPlainKeyAnotherTest()
756 ret = ImportKeyNew(&pairKeyAlias, g_importRsaKeyAnotherParams, in RsaImportPlainKeyAnotherTest()
757 sizeof(g_importRsaKeyAnotherParams) / sizeof(struct HksParam)); in RsaImportPlainKeyAnotherTest()
766 ret = ImportKeyNew(&pubKeyAlias, g_importRsaKeyAnotherParams, in RsaImportPlainKeyAnotherTest()
767 sizeof(g_importRsaKeyAnotherParams) / sizeof(struct HksParam)); in RsaImportPlainKeyAnotherTest()