Searched refs:userCertInfo (Results 1 – 2 of 2) sorted by relevance
47 struct CertInfo userCertInfo; in DoSomethingInterestingWithMyAPI() local48 if (!GetCertInfoFromBuffer(myData, &remainSize, &offset, &userCertInfo)) { in DoSomethingInterestingWithMyAPI()54 (void)CmGetUserCertInfo(&userCertUri, store, &userCertInfo); in DoSomethingInterestingWithMyAPI()
867 const uint32_t store, struct CertInfo *userCertInfo) in GetUserCertInfo() argument897 ret = CmCertificateInfoUnpackFromService(&outBlob, certUri, userCertInfo); in GetUserCertInfo()