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

/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h110 typedef struct HWCryptoHook_Context *HWCryptoHook_ContextHandle; typedef in typeref:struct:HWCryptoHook_Context
330 HWCryptoHook_ContextHandle HWCryptoHook_Init_t(const HWCryptoHook_InitInfo *
368 void HWCryptoHook_Finish_t(HWCryptoHook_ContextHandle hwctx);
373 int HWCryptoHook_RandomBytes_t(HWCryptoHook_ContextHandle hwctx,
379 int HWCryptoHook_ModExp_t(HWCryptoHook_ContextHandle hwctx,
388 int HWCryptoHook_RSAImmedPub_t(HWCryptoHook_ContextHandle hwctx,
397 int HWCryptoHook_ModExpCRT_t(HWCryptoHook_ContextHandle hwctx,
409 int HWCryptoHook_RSAImmedPriv_t(HWCryptoHook_ContextHandle hwctx,
437 int HWCryptoHook_RSALoadKey_t(HWCryptoHook_ContextHandle hwctx,
/freebsd-9.3-release/crypto/openssl/engines/
H A De_chil.c438 static HWCryptoHook_ContextHandle hwcrhk_context = 0;
506 static int get_context(HWCryptoHook_ContextHandle * hac,
522 static void release_context(HWCryptoHook_ContextHandle hac)

Completed in 97 milliseconds