Searched refs:CredentialAbstract (Results 1 – 13 of 13) sorted by relevance
40 struct CredentialAbstract credentialAbstract;84 static bool FindCredentialAbstract(const struct CredentialAbstract *abstract, const struct Credenti… in FindCredentialAbstract()439 uint32_t buffSize = MAX_COUNT_CERTIFICATE * sizeof(struct CredentialAbstract);440 … certificateList.credentialAbstract = static_cast<struct CredentialAbstract *>(CmMalloc(buffSize));474 uint32_t buffSize = MAX_COUNT_CERTIFICATE * sizeof(struct CredentialAbstract);475 … certificateList.credentialAbstract = static_cast<struct CredentialAbstract *>(CmMalloc(buffSize));515 uint32_t buffSize = MAX_COUNT_CERTIFICATE * sizeof(struct CredentialAbstract);516 … certificateList.credentialAbstract = static_cast<struct CredentialAbstract *>(CmMalloc(buffSize));547 uint32_t buffSize = MAX_COUNT_CERTIFICATE * sizeof(struct CredentialAbstract);548 … certificateList.credentialAbstract = static_cast<struct CredentialAbstract *>(CmMalloc(buffSize));
167 bool CompareCredentialList(const struct CredentialAbstract *firstCert, const struct CredentialAbstr… in CompareCredentialList()
720 uint32_t buffSize = MAX_COUNT_CERTIFICATE * sizeof(struct CredentialAbstract);721 … certificateList.credentialAbstract = static_cast<struct CredentialAbstract *>(CmMalloc(buffSize));
46 if (credCertList.credentialCount > (remainSize / sizeof(struct CredentialAbstract))) { in DoSomethingInterestingWithMyAPI()50 … credCertList.credentialAbstract = reinterpret_cast<struct CredentialAbstract *>(myData + offset); in DoSomethingInterestingWithMyAPI()
52 bool CompareCredentialList(const struct CredentialAbstract *firstCert, const struct CredentialAbstr…
79 const struct CredentialAbstract *credentialAbstract, const uint32_t credentialCount);137 inline void FreeCredentialAbstract(CredentialAbstract *&credentialAbstract) in FreeCredentialAbstract()
181 struct CredentialAbstract abstract[MAX_COUNT_CERTIFICATE];196 struct CredentialAbstract abstract[MAX_COUNT_CERTIFICATE];512 struct CredentialAbstract abstract[MAX_COUNT_CERTIFICATE];
310 struct CredentialAbstract { struct318 struct CredentialAbstract *credentialAbstract; argument
101 uint32_t buffSize = (MAX_COUNT_CERTIFICATE * sizeof(struct CredentialAbstract)); in InitAppCertList()102 … credentialList->credentialAbstract = static_cast<struct CredentialAbstract *>(CmMalloc(buffSize)); in InitAppCertList()
350 const struct CredentialAbstract *credentialAbstract, const uint32_t credentialCount) in GenerateCredentialAbstractArray()
174 struct CredentialAbstract abstract[MAX_COUNT_CERTIFICATE];189 struct CredentialAbstract abstract[MAX_COUNT_CERTIFICATE];
114 ## CredentialAbstract section136 | credentialList | Array<[CredentialAbstract](#credentialabstract)> | 否 | 是 | 表示凭据简要信息的…
114 ## CredentialAbstract section136 | credentialList | Array<[CredentialAbstract](#credentialabstract)> | No | Yes | Brief cr…