Searched refs:hac (Results 1 – 5 of 5) sorted by relevance
365 static int get_context(SW_CONTEXT_HANDLE *hac) in get_context() argument369 status = p_CSwift_AcquireAccContext(hac); in get_context()376 static void release_context(SW_CONTEXT_HANDLE hac) in release_context() argument378 p_CSwift_ReleaseAccContext(hac); in release_context()392 SW_CONTEXT_HANDLE hac; in cswift_init() local427 if (!get_context(&hac)) { in cswift_init()431 release_context(hac); in cswift_init()503 SW_CONTEXT_HANDLE hac; in cswift_mod_exp() local510 if (!get_context(&hac)) { in cswift_mod_exp()538 sw_status = p_CSwift_AttachKeyParam(hac, &sw_param); in cswift_mod_exp()[all …]
506 static int get_context(HWCryptoHook_ContextHandle * hac, in get_context() argument515 *hac = p_hwcrhk_Init(&hwcrhk_globals, sizeof(hwcrhk_globals), &rmsg, cac); in get_context()516 if (!*hac) in get_context()522 static void release_context(HWCryptoHook_ContextHandle hac) in release_context() argument524 p_hwcrhk_Finish(hac); in release_context()
221 *hac);222 typedef SW_STATUS SW_CALLCONV t_swAttachKeyParam(SW_CONTEXT_HANDLE hac,224 typedef SW_STATUS SW_CALLCONV t_swSimpleRequest(SW_CONTEXT_HANDLE hac,231 hac);
5 # Toby Deshane <hac@shoelace.digivill.net>