Searched refs:CredType (Results 1 – 7 of 7) sorted by relevance
/base/security/device_security_level/common/include/ |
D | dslm_cred.h | 39 } CredType; typedef 51 CredType credType; // the parsed and validated type value, assigned only after verification. 60 CredType credArray[MAX_CRED_ARRAY_SIZE]; 64 CredType type; 80 CredType credTypeArray[MAX_CRED_ARRAY_SIZE]; 89 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value);
|
/base/security/device_security_level/services/dslm/ |
D | dslm_credential.h | 35 int32_t GetSupportedCredTypes(CredType *list, uint32_t len);
|
D | dslm_credential.c | 79 int32_t GetSupportedCredTypes(CredType *list, uint32_t len) in GetSupportedCredTypes() 95 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value) in CreateDslmCred()
|
D | dslm_msg_utils.c | 103 CredType credTypeArray[MAX_CRED_ARRAY_SIZE] = {0}; in GenerateSecInfoRequestJson() 238 DslmCredBuff *out = CreateDslmCred((CredType)type, credLen, credBuf); in ParseDeviceSecInfoResponse()
|
/base/security/device_auth/interfaces/inner_api/ |
D | device_auth.h | 144 } CredType; typedef
|
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_test.cpp | 167 DslmCredBuff cred = {(CredType)3, 9, info}; 185 DslmCredBuff cred = {(CredType)3, 9, info}; 1110 CredType list[] = {CRED_TYPE_MINI, CRED_TYPE_SMALL, CRED_TYPE_STANDARD, CRED_TYPE_LARGE}; 1117 CredType type = CRED_TYPE_STANDARD; 1504 cred->type = (CredType)3;
|
/base/security/device_security_level/oem_property/common/ |
D | dslm_credential_utils.c | 485 CredType credType = credInfo->credType; in CredentialCbToDslmCredInfo()
|