Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Crypto Module #243

Closed
williamposey opened this issue May 7, 2024 · 0 comments
Closed

Custom Crypto Module #243

williamposey opened this issue May 7, 2024 · 0 comments
Assignees
Labels
cmp NASA GSFC CMP

Comments

@williamposey
Copy link
Contributor

Add support for a custom crypto module, in order for the SMaCS team to interface cryptolib with the Matchbox crypto IP

Known updates required:

  • add function definition CryptographyInterface get_cryptography_interface_custom(void); to include/cryptography_interface.h
  • create custom_stub/cryptography_interface_custom_stub.template.c under src/crypto
  • add CRYPTOGRAPHY_TYPE_CUSTOM to the CryptographyType enum in include/crypto_config_structs.h
  • add CMake logic to support a custom crypto interface
  • add logic to the Crypto_Init() function in src/core/crypto_config.c to support the custom cryptography interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp NASA GSFC CMP
Projects
Archived in project
Development

No branches or pull requests

3 participants