My Project
Loading...
Searching...
No Matches
pkcs11.h
Go to the documentation of this file.
1
4int wc_Pkcs11_Initialize(Pkcs11Dev* dev, const char* library,
5 void* heap);
6
10void wc_Pkcs11_Finalize(Pkcs11Dev* dev);
11
15int wc_Pkcs11Token_Init(Pkcs11Token* token, Pkcs11Dev* dev,
16 int slotId, const char* tokenName, const unsigned char *userPin,
17 int userPinSz);
18
22void wc_Pkcs11Token_Final(Pkcs11Token* token);
23
27int wc_Pkcs11Token_Open(Pkcs11Token* token, int readWrite);
28
32void wc_Pkcs11Token_Close(Pkcs11Token* token);
33
37int wc_Pkcs11StoreKey(Pkcs11Token* token, int type, int clear,
38
42int wc_Pkcs11_CryptoDevCb(int devId, wc_CryptoInfo* info,
43 void* ctx);
void wc_Pkcs11_Finalize(Pkcs11Dev *dev)
int wc_Pkcs11Token_Init(Pkcs11Token *token, Pkcs11Dev *dev, int slotId, const char *tokenName, const unsigned char *userPin, int userPinSz)
void wc_Pkcs11Token_Close(Pkcs11Token *token)
int wc_Pkcs11_Initialize(Pkcs11Dev *dev, const char *library, void *heap)
void wc_Pkcs11Token_Final(Pkcs11Token *token)
int wc_Pkcs11Token_Open(Pkcs11Token *token, int readWrite)