Searched refs:HWCryptoHook_Mutex (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Dhwcryptohook.h97 typedef struct HWCryptoHook_MutexValue HWCryptoHook_Mutex; typedef in typeref:struct:HWCryptoHook_MutexValue
212 int (*mutex_init) (HWCryptoHook_Mutex *,
214 int (*mutex_acquire) (HWCryptoHook_Mutex *);
215 void (*mutex_release) (HWCryptoHook_Mutex *);
216 void (*mutex_destroy) (HWCryptoHook_Mutex *);
226 int (*condvar_wait) (HWCryptoHook_CondVar *, HWCryptoHook_Mutex *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dhwcryptohook.h96 typedef struct HWCryptoHook_MutexValue HWCryptoHook_Mutex; typedef in typeref:struct:HWCryptoHook_MutexValue
205 int (*mutex_init)(HWCryptoHook_Mutex*, HWCryptoHook_CallerContext *cactx);
206 int (*mutex_acquire)(HWCryptoHook_Mutex*);
207 void (*mutex_release)(HWCryptoHook_Mutex*);
208 void (*mutex_destroy)(HWCryptoHook_Mutex*);
217 int (*condvar_wait)(HWCryptoHook_CondVar*, HWCryptoHook_Mutex*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dhwcryptohook.h97 typedef struct HWCryptoHook_MutexValue HWCryptoHook_Mutex; typedef in typeref:struct:HWCryptoHook_MutexValue
212 int (*mutex_init) (HWCryptoHook_Mutex *,
214 int (*mutex_acquire) (HWCryptoHook_Mutex *);
215 void (*mutex_release) (HWCryptoHook_Mutex *);
216 void (*mutex_destroy) (HWCryptoHook_Mutex *);
226 int (*condvar_wait) (HWCryptoHook_CondVar *, HWCryptoHook_Mutex *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_chil.c104 static int hwcrhk_mutex_init(HWCryptoHook_Mutex *,
106 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *);
107 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex *);
108 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *);
245 * into HWCryptoHook_Mutex
320 sizeof(HWCryptoHook_Mutex),
1151 static int hwcrhk_mutex_init(HWCryptoHook_Mutex * mt,
1160 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex * mt)
1166 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt)
1171 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex * m
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_chil.c102 static int hwcrhk_mutex_init(HWCryptoHook_Mutex*, HWCryptoHook_CallerContext*);
103 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex*);
104 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex*);
105 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex*);
245 into HWCryptoHook_Mutex */
313 sizeof(HWCryptoHook_Mutex),
1180 static int hwcrhk_mutex_init(HWCryptoHook_Mutex* mt,
1189 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *mt)
1195 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt)
1200 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *m
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_chil.c104 static int hwcrhk_mutex_init(HWCryptoHook_Mutex *,
106 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *);
107 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex *);
108 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *);
245 * into HWCryptoHook_Mutex
320 sizeof(HWCryptoHook_Mutex),
1151 static int hwcrhk_mutex_init(HWCryptoHook_Mutex * mt,
1160 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex * mt)
1166 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt)
1171 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex * m
[all...]

Completed in 48 milliseconds