Home
last modified time | relevance | path

Searched refs:tempPara (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c679 struct RbTree *tree, struct TreeNode tempPara, const char *fn) in CertManagerFindMatchedFile() argument
681 uint32_t store = tempPara.store; in CertManagerFindMatchedFile()
682 bool *found = tempPara.found; in CertManagerFindMatchedFile()
683 RbTreeKey key = tempPara.key; in CertManagerFindMatchedFile()
732 struct TreeNode tempPara = {store, &found, key}; in CertManagerStatus() local
733 rc = CertManagerFindMatchedFile(context, &node, tree, tempPara, fn); in CertManagerStatus()