Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dms_capi.c2022 cryptoapiInfo->hCertChain = NULL; in getFirstItemFunction()
2041 cryptoapiInfo->hCertChain = pChainContext; in getFirstItemFunction()
2054 if( cryptoapiInfo->hCertChain != NULL ) in getFirstItemFunction()
2055 pCertFreeCertificateChain( cryptoapiInfo->hCertChain ); in getFirstItemFunction()
2070 PCCERT_CHAIN_CONTEXT pChainContext = cryptoapiInfo->hCertChain; in getNextItemFunction()
2085 if( cryptoapiInfo->hCertChain == NULL ) in getNextItemFunction()
2093 pCertFreeCertificateChain( cryptoapiInfo->hCertChain ); in getNextItemFunction()
2094 cryptoapiInfo->hCertChain = NULL; in getNextItemFunction()
2110 pCertFreeCertificateChain( cryptoapiInfo->hCertChain ); in getNextItemFunction()
2111 cryptoapiInfo->hCertChain = NULL; in getNextItemFunction()
H A Ddevice.h124 const void *hCertChain; /* Cached copy of current cert chain */ member