-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from bigbrett/operation-forklift
operation forklift: bare metal fixes
- Loading branch information
Showing
7 changed files
with
102 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
#ifndef WH_TEST_CRYPTO_H_ | ||
#define WH_TEST_CRYPTO_H_ | ||
|
||
#include "wolfhsm/wh_server.h" | ||
#include "wolfhsm/wh_client.h" | ||
|
||
int whTest_Crypto(void); | ||
int whTest_CryptoClientConfig(whClientConfig* cf); | ||
int whTest_CryptoServerConfig(whServerConfig* cfg); | ||
|
||
|
||
|
||
#endif /* WH_TEST_COMM_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
#include "wolfhsm/wh_server.h" | ||
|
||
#ifndef WOLFHSM_WH_SERVER_CRYPTO_H | ||
#define WOLFHSM_WH_SERVER_CRYPTO_H | ||
#include "wolfhsm/wh_server.h" | ||
int _wh_Server_HandleCryptoRequest(whServerContext* server, | ||
uint16_t action, uint8_t* data, uint16_t* size); | ||
#endif |