Searched refs:abstract (Results 1 – 3 of 3) sorted by relevance
67 bool FindCertAbstract(const struct CertAbstract *abstract, const struct CertList *cList);
305 bool FindCertAbstract(const struct CertAbstract *abstract, const struct CertList *cList) in FindCertAbstract() argument307 if (abstract == NULL || cList == NULL || cList->certsCount == 0) { in FindCertAbstract()311 if (CompareCert(abstract, &(cList->certAbstract[i]))) { in FindCertAbstract()
83 static bool FindCredentialAbstract(const struct CredentialAbstract *abstract, const struct Credenti… in FindCredentialAbstract() argument85 if (abstract == nullptr || listCert == nullptr || listCert->credentialCount == 0) { in FindCredentialAbstract()89 if (CompareCredentialList(abstract, &(listCert->credentialAbstract[i]))) { in FindCredentialAbstract()