My Project
cryptocb.h
Go to the documentation of this file.
1 
88 int wc_CryptoCb_RegisterDevice(int devId, CryptoDevCallbackFunc cb, void* ctx);
89 
int wc_CryptoCb_RegisterDevice(int devId, CryptoDevCallbackFunc cb, void *ctx)
This function registers a unique device identifier (devID) and callback function for offloading crypt...
void wc_CryptoCb_UnRegisterDevice(int devId)
This function un-registers a unique device identifier (devID) callback function.