Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Doid.c63 struct OIDFunction struct
94 struct OIDFunction *functionCursor, *funcNext; in free_function_sets()
99 &setCursor->functions, struct OIDFunction, next) in free_function_sets()
255 struct OIDFunction *func; in CryptInstallOIDFunctionAddress()
260 func = CryptMemAlloc(sizeof(struct OIDFunction) in CryptInstallOIDFunctionAddress()
263 func = CryptMemAlloc(sizeof(struct OIDFunction)); in CryptInstallOIDFunctionAddress()
400 struct OIDFunction *function; in CryptGetOIDFunctionAddress()
403 LIST_FOR_EACH_ENTRY(function, &set->functions, struct OIDFunction, next) in CryptGetOIDFunctionAddress()
445 struct OIDFunction *function; in is_module_registered()
449 LIST_FOR_EACH_ENTRY(function, &set->functions, struct OIDFunction, next) in is_module_registered()