Skip to content

Commit

Permalink
remove new and add object from internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Nov 12, 2024
1 parent 5659f76 commit 10b651f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wolfpkcs11/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,15 +406,6 @@ int WP11_Hmac_VerifyFinal(unsigned char* sig, word32 sigLen, int* stat,
int WP11_Slot_SeedRandom(WP11_Slot* slot, unsigned char* seed, int seedLen);
int WP11_Slot_GenerateRandom(WP11_Slot* slot, unsigned char* data, int len);

CK_RV NewObject(WP11_Session* session, CK_KEY_TYPE keyType,
CK_OBJECT_CLASS keyClass, CK_ATTRIBUTE_PTR pTemplate,
CK_ULONG ulCount, WP11_Object** object);

CK_RV AddObject(WP11_Session* session, WP11_Object* object,
CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount,
CK_OBJECT_HANDLE_PTR phKey);


#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 10b651f

Please sign in to comment.