Searched refs:context_from_ptr (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/crypt32/ |
H A D | context.c | 127 toProperties = context_from_ptr(to)->properties; in Context_CopyProperties() 128 fromProperties = context_from_ptr(from)->properties; in Context_CopyProperties()
|
H A D | serialize.c | 412 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 D | regstore.c | 145 Context_Release(context_from_ptr(context)); in CRYPT_RegReadSerializedFromReg() 244 Context_Release(context_from_ptr(context)); in CRYPT_SerializeContextsToReg()
|
H A D | ctl.c | 162 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 D | crypt32_private.h | 187 static inline context_t *context_from_ptr(const void *ptr) in context_from_ptr() function
|
H A D | store.c | 1064 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 D | object.c | 279 Context_AddRef(context_from_ptr(context)); in CRYPT_QuerySerializedContextObject() 285 Context_Release(context_from_ptr(context)); in CRYPT_QuerySerializedContextObject()
|
H A D | cert.c | 269 …ret = store->vtbl->certs.addContext(store, context_from_ptr(cert), existing ? context_from_ptr(exi… in add_cert_to_store()
|