Searched refs:CRED_TYPE_STANDARD (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/ |
H A D | dslm_ohos_request.c | 114 *type = CRED_TYPE_STANDARD; in SelectDslmCredType() 141 DslmCredBuff *out = CreateDslmCred(CRED_TYPE_STANDARD, certChainLen, certChain); in RequestStandardDslmCred() 233 case CRED_TYPE_STANDARD: in RequestOhosDslmCred()
|
H A D | dslm_ohos_verify.c | 286 case CRED_TYPE_STANDARD: in VerifyOhosDslmCred()
|
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
H A D | dslm_fuzzer.cpp | 194 DslmCredBuff cred = {CRED_TYPE_STANDARD, 9, info}; in VerifyOhosDslmCredTest() 263 CredType credType = CRED_TYPE_STANDARD; in BufferToHksCertChainTest() 296 DslmCredBuff cred = {CRED_TYPE_STANDARD, 9, info}; in BuildDeviceSecInfoResponseTest() 416 .credTypeArray = {CRED_TYPE_STANDARD, CRED_TYPE_SMALL}, in LLVMFuzzerTestOneInput()
|
/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/ohos/standard/impl/ |
H A D | dslm_ohos_init.c | 42 credInfo->credType = CRED_TYPE_STANDARD; in InitOhosDslmCred()
|
/ohos5.0/base/security/device_security_level/oem_property/include/ |
H A D | dslm_cred.h | 37 CRED_TYPE_STANDARD = 3000, enumerator
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_test.cpp | 1088 object.credArray[0] = CRED_TYPE_STANDARD; 1110 object.credArray[0] = CRED_TYPE_STANDARD; 1497 CredType list[] = {CRED_TYPE_MINI, CRED_TYPE_SMALL, CRED_TYPE_STANDARD, CRED_TYPE_LARGE}; 1507 CredType type = CRED_TYPE_STANDARD; 1519 CredType type = CRED_TYPE_STANDARD; 1714 DslmCredBuff cred = {CRED_TYPE_STANDARD, 9, info};
|
/ohos5.0/base/security/device_security_level/services/dfx/ |
H A D | dslm_hidumper.c | 113 case CRED_TYPE_STANDARD: in GetCreadType()
|