Home
last modified time | relevance | path

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

/base/security/device_security_level/oem_property/ohos/
Ddslm_ohos_credential.c29 .credTypeArray = {CRED_TYPE_SMALL, CRED_TYPE_STANDARD}, in Constructor()
/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c103 CredType credTypeArray[MAX_CRED_ARRAY_SIZE] = {0}; in GenerateSecInfoRequestJson() local
104 int32_t arraySize = GetSupportedCredTypes(credTypeArray, MAX_CRED_ARRAY_SIZE); in GenerateSecInfoRequestJson()
105 AddFieldIntArrayToJson(body, FIELD_SUPPORT, (const int32_t *)credTypeArray, arraySize); in GenerateSecInfoRequestJson()
Ddslm_credential.c89 *(list + i) = cb->credTypeArray[i]; in GetSupportedCredTypes()
/base/security/device_security_level/common/include/
Ddslm_cred.h80 CredType credTypeArray[MAX_CRED_ARRAY_SIZE]; member