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

/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h98 typedef struct HWCryptoHook_CondVarValue HWCryptoHook_CondVar; typedef in typeref:struct:HWCryptoHook_CondVarValue
224 int (*condvar_init) (HWCryptoHook_CondVar *,
226 int (*condvar_wait) (HWCryptoHook_CondVar *, HWCryptoHook_Mutex *);
227 void (*condvar_signal) (HWCryptoHook_CondVar *);
228 void (*condvar_broadcast) (HWCryptoHook_CondVar *);
229 void (*condvar_destroy) (HWCryptoHook_CondVar *);

Completed in 103 milliseconds