Searched refs:CredType (Results 1 - 8 of 8) sorted by relevance
/base/security/device_security_level/oem_property/include/ |
H A 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);
|
H A D | dslm_credential.h | 34 int32_t GetSupportedCredTypes(CredType *list, uint32_t len);
|
/base/security/device_security_level/oem_property/common/ |
H A 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()
|
H A D | dslm_credential_utils.c | 485 CredType credType = credInfo->credType; in CredentialCbToDslmCredInfo()
|
/base/security/device_security_level/services/dslm/ |
H A 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/ |
H A D | device_auth.h | 160 } CredType; typedef
|
/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
H A D | dslm_fuzzer.cpp | 263 CredType credType = CRED_TYPE_STANDARD; in BufferToHksCertChainTest()
|
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_test.cpp | 522 DslmCredBuff cred = {(CredType)3, 9, info}; in HWTEST_F() 540 DslmCredBuff cred = {(CredType)3, 9, info}; in HWTEST_F() 1119 .type = (CredType)3000, in HWTEST_F() 1503 CredType list[] = {CRED_TYPE_MINI, CRED_TYPE_SMALL, CRED_TYPE_STANDARD, CRED_TYPE_LARGE}; in HWTEST_F() 1513 CredType type = CRED_TYPE_STANDARD; in HWTEST_F() 1525 CredType type = CRED_TYPE_STANDARD; in HWTEST_F() 1962 cred->type = (CredType)3; in HWTEST_F()
|
Completed in 8 milliseconds