Searched refs:CRED_TYPE_SMALL (Results 1 – 8 of 8) sorted by relevance
/base/security/device_security_level/oem_property/ohos/lite/ |
D | dslm_ohos_credential.c | 30 .credTypeArray = { CRED_TYPE_SMALL }, in Constructor()
|
/base/security/device_security_level/oem_property/ohos/standard/ |
D | dslm_ohos_credential.c | 30 .credTypeArray = { CRED_TYPE_STANDARD, CRED_TYPE_SMALL }, in Constructor()
|
/base/security/device_security_level/oem_property/ohos/common/ |
D | dslm_ohos_request.c | 108 *type = CRED_TYPE_SMALL; in SelectDslmCredType() 117 DslmCredBuff *out = CreateDslmCred(CRED_TYPE_SMALL, dataLen, data); in RequestSmallDslmCred() 190 case CRED_TYPE_SMALL: in RequestOhosDslmCred()
|
D | dslm_ohos_verify.c | 286 case CRED_TYPE_SMALL: in VerifyOhosDslmCred()
|
/base/security/device_security_level/oem_property/ohos/lite/impl/ |
D | dslm_ohos_init.c | 42 credInfo->credType = CRED_TYPE_SMALL; in InitOhosDslmCred()
|
/base/security/device_security_level/common/include/ |
D | dslm_cred.h | 36 CRED_TYPE_SMALL = 2000, enumerator
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 110 case CRED_TYPE_SMALL: in GetCreadType()
|
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_test.cpp | 1110 CredType list[] = {CRED_TYPE_MINI, CRED_TYPE_SMALL, CRED_TYPE_STANDARD, CRED_TYPE_LARGE}; 1330 DslmCredBuff cred = {CRED_TYPE_SMALL, 9, info};
|