Searched refs:APPLICATION_SYSTEM_CERTIFICATE_STORE (Results 1 – 5 of 5) sorted by relevance
34 return CMNapiGetAppCertInfoCommon(env, info, APPLICATION_SYSTEM_CERTIFICATE_STORE); in CMNapiGetSystemAppCertInfo()
34 return CMNapiInstallAppCertCommon(env, info, APPLICATION_SYSTEM_CERTIFICATE_STORE); in CMNapiInstallSystemAppCert()
34 return CMNapiUninstallAppCertCommon(env, info, APPLICATION_SYSTEM_CERTIFICATE_STORE); in CMNapiUninstallSystemAppCert()
34 return CMNapiGetAppCertListCommon(env, info, APPLICATION_SYSTEM_CERTIFICATE_STORE); in CMNapiGetSystemAppCertList()
64 static const uint32_t APPLICATION_SYSTEM_CERTIFICATE_STORE = 4; variable