Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Dcontext.c127 toProperties = context_from_ptr(to)->properties; in Context_CopyProperties()
128 fromProperties = context_from_ptr(from)->properties; in Context_CopyProperties()
H A Dserialize.c412 Context_Release(context_from_ptr(context)); in CRYPT_ReadSerializedElement()
464 Context_Release(context_from_ptr(context)); in CRYPT_ReadSerializedStore()
525 Context_Release(context_from_ptr(context)); in CRYPT_ReadSerializedStore()
641 Context_Release(context_from_ptr(context)); in CRYPT_SerializeContextsToStream()
999 Context_Release(context_from_ptr(context)); in CertAddSerializedElementToStore()
H A Dregstore.c145 Context_Release(context_from_ptr(context)); in CRYPT_RegReadSerializedFromReg()
244 Context_Release(context_from_ptr(context)); in CRYPT_SerializeContextsToReg()
H A Dctl.c162 ret = store->vtbl->ctls.addContext(store, context_from_ptr(toAdd), in CertAddCTLContextToStore()
163 existing ? context_from_ptr(existing) : NULL, ppStoreContext ? &ret_ctx : NULL, TRUE); in CertAddCTLContextToStore()
H A Dcrypt32_private.h187 static inline context_t *context_from_ptr(const void *ptr) in context_from_ptr() function
H A Dstore.c1064 ret = store->vtbl->crls.addContext(store, context_from_ptr(toAdd), in CertAddCRLContextToStore()
1065 … existing ? context_from_ptr(existing) : NULL, ppStoreContext ? &ret_context : NULL, FALSE); in CertAddCRLContextToStore()
H A Dobject.c279 Context_AddRef(context_from_ptr(context)); in CRYPT_QuerySerializedContextObject()
285 Context_Release(context_from_ptr(context)); in CRYPT_QuerySerializedContextObject()
H A Dcert.c269 …ret = store->vtbl->certs.addContext(store, context_from_ptr(cert), existing ? context_from_ptr(exi… in add_cert_to_store()