Home
last modified time | relevance | path

Searched refs:CredType (Results 1 – 7 of 7) sorted by relevance

/base/security/device_security_level/common/include/
Ddslm_cred.h39 } 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/
Ddslm_credential.h35 int32_t GetSupportedCredTypes(CredType *list, uint32_t len);
Ddslm_credential.c79 int32_t GetSupportedCredTypes(CredType *list, uint32_t len) in GetSupportedCredTypes()
95 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value) in CreateDslmCred()
Ddslm_msg_utils.c103 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/
Ddevice_auth.h144 } CredType; typedef
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_test.cpp167 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/
Ddslm_credential_utils.c485 CredType credType = credInfo->credType; in CredentialCbToDslmCredInfo()