Home
last modified time | relevance | path

Searched refs:g_importDsaKeyParams (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_access_control_secure_sign_test.cpp248 static struct HksParam g_importDsaKeyParams[] = { variable
528 importParams->inputParams = isAuth ? g_importDsaKeyParams : g_importDsaKeyParamsNoAuthInfo; in BuildImportKeyParamsForDSA()
529 …importParams->inputParamSize = isAuth ? sizeof(g_importDsaKeyParams)/sizeof(g_importDsaKeyParams[0… in BuildImportKeyParamsForDSA()