Searched refs:credTypeArray (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/device_security_level/oem_property/ohos/lite/ |
H A D | dslm_ohos_credential.c | 35 .credTypeArray = { CRED_TYPE_SMALL }, in Constructor() 37 .credTypeArray = { CRED_TYPE_MINI }, in Constructor()
|
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_msg_utils.c | 103 CredType credTypeArray[MAX_CRED_ARRAY_SIZE] = {0}; in GenerateSecInfoRequestJson() local 104 int32_t arraySize = GetSupportedCredTypes(credTypeArray, MAX_CRED_ARRAY_SIZE); in GenerateSecInfoRequestJson() 105 DslmAddFieldIntArrayToJson(body, FIELD_SUPPORT, (const int32_t *)credTypeArray, arraySize); in GenerateSecInfoRequestJson()
|
/ohos5.0/base/security/device_security_level/oem_property/ohos/standard/ |
H A D | dslm_ohos_credential.c | 30 .credTypeArray = { CRED_TYPE_STANDARD, CRED_TYPE_SMALL, CRED_TYPE_MINI }, in Constructor()
|
/ohos5.0/base/security/device_security_level/oem_property/include/ |
H A D | dslm_cred.h | 80 CredType credTypeArray[MAX_CRED_ARRAY_SIZE]; member
|
/ohos5.0/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential.c | 90 *(list + i) = cb->credTypeArray[i]; in GetSupportedCredTypes()
|
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
H A D | dslm_fuzzer.cpp | 416 .credTypeArray = {CRED_TYPE_STANDARD, CRED_TYPE_SMALL}, in LLVMFuzzerTestOneInput()
|