Searched defs:binSignCert (Results 1 – 1 of 1) sorted by relevance
795 static int32_t CmpCert(const mbedtls_x509_crt *certA, const CertInfo *binSignCert) in CmpCert()837 int32_t LoadCertAndCmpDest(const unsigned char *certBase64, const CertInfo *binSignCert) in LoadCertAndCmpDest()861 static int32_t CheckReleaseAppSign(const CertInfo *binSignCert, const ProfileProf *pf) in CheckReleaseAppSign()882 static int32_t CheckDebugAppSign(CertInfo *binSignCert, const ProfileProf *pf) in CheckDebugAppSign()904 static int32_t CheckAppSignCertWithProfile(int32_t appCertType, CertInfo *binSignCert, ProfileProf … in CheckAppSignCertWithProfile()955 static int32_t GetCertInfo(const mbedtls_x509_crt *ctr, CertInfo **binSignCert) in GetCertInfo()1011 int32_t certType, CertInfo *binSignCert, ProfileProf *pf) in VerfiyAppSourceGetProfile()1153 CertInfo *binSignCert = NULL; in VerifyIntegrity() local