Home
last modified time | relevance | path

Searched defs:newKeyAlias (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_signverify_rsa_test_common.cpp85 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksRsaSignVerifyTestNormalCase() local
148 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksRSASignVerifyTestAbnormalCase() local
Dhuks_cipher_rsa_test_common.cpp110 struct OH_Huks_Blob newKeyAlias = {.size = strlen(tmpKey), .data = (uint8_t *)tmpKey}; in HksRsaCipherTestCase() local
149 struct OH_Huks_Blob newKeyAlias = {.size = strlen(tmpKey), .data = (uint8_t *)tmpKey}; in HksRsaCipherTestCaseAbnormal() local
Dhuks_signverify_ecc_test_common.cpp73 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksEccSignVerifyTestNormalCase() local
Dhuks_signverify_ed25519_test.cpp117 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; variable
Dhuks_signverify_dsa_test.cpp112 struct OH_Huks_Blob newKeyAlias = {.size = strlen(newKey), .data = (uint8_t *)newKey}; in HksDsaSignVerifyTestNormalCase() local
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dhuksndk.cpp248 struct OH_Huks_Blob newKeyAlias = {.size = sizeof(tmpKey), in doOHHuksImportKeyItem() local