-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change adds the following functions to the ate_api.h library: 1. `AllocateDeriveSymmetricKeyResponse`: Allocates memory for a `DeriveSymmetricKeyResponse` call. 2. `FreeDeriveSymmetricKeyResponse`: Releases the memory allocated by `AllocateDeriveSymmetricKeyResponse`. This function must be called after the caller is done processing the data. 3. `DeriveSymmetricKeys`: Calls the provisioning appliance backend to request symmetric keys. The function performs the conversion from C++ C data structures. The `ate_dll` implementation uses C data structures to be able to be integrated with older compilers with limited C++ support. Signed-off-by: Miguel Osorio <[email protected]>
- Loading branch information
Showing
5 changed files
with
372 additions
and
53 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
Oops, something went wrong.