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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/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*);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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*);
239 into HWCryptoHook_Mutex */
307 sizeof(HWCryptoHook_Mutex),
1153 static int hwcrhk_mutex_init(HWCryptoHook_Mutex* mt,
1162 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex *mt)
1168 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt)
1173 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex *m
[all...]

Completed in 33 milliseconds