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

/freebsd-10.2-release/crypto/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 *);
/freebsd-10.2-release/crypto/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),
1147 static int hwcrhk_mutex_init(HWCryptoHook_Mutex * mt,
1156 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex * mt)
1162 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt)
1167 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex * m
[all...]

Completed in 82 milliseconds