Home
last modified time | relevance | path

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

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_signverify_rsa_test_common.cpp83 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.cpp101 struct OH_Huks_Blob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; in HksRsaCipherTestCase() local
137 struct OH_Huks_Blob newKeyAlias = { .size = strlen(tmpKey), .data = (uint8_t *)tmpKey }; in HksRsaCipherTestCaseAbnormal() local
Dhuks_signverify_ecc_test_common.cpp74 struct OH_Huks_Blob newKeyAlias = { .size = strlen(newKey), .data = (uint8_t *)newKey }; in HksEccSignVerifyTestNormalCase() local
Dhuks_signverify_ed25519_test.cpp124 struct OH_Huks_Blob newKeyAlias = { .size = strlen(newKey), .data = (uint8_t *)newKey }; variable
Dhuks_signverify_dsa_test.cpp146 struct OH_Huks_Blob newKeyAlias = { .size = strlen(newKey), .data = (uint8_t *)newKey }; in HksDsaSignVerifyTestNormalCase() local