Searched refs:OIDFunction (Results 1 – 1 of 1) sorted by relevance
63 struct OIDFunction struct94 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()