We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for a custom crypto module, in order for the SMaCS team to interface cryptolib with the Matchbox crypto IP
Known updates required:
CryptographyInterface get_cryptography_interface_custom(void);
include/cryptography_interface.h
custom_stub/cryptography_interface_custom_stub.template.c
src/crypto
CRYPTOGRAPHY_TYPE_CUSTOM
CryptographyType
include/crypto_config_structs.h
Crypto_Init()
src/core/crypto_config.c
The text was updated successfully, but these errors were encountered:
[#243] Added custom interface function definition
6680bbb
[#243] Added custom interface template stub
4743d59
[#243] Added custom cryptography type to CryptographyType enum
ebe9251
[#243] Added logic to Crypto_init for custom interface
f90ba29
jlucas9
Donnie-Ice
No branches or pull requests
Add support for a custom crypto module, in order for the SMaCS team to interface cryptolib with the Matchbox crypto IP
Known updates required:
CryptographyInterface get_cryptography_interface_custom(void);
toinclude/cryptography_interface.h
custom_stub/cryptography_interface_custom_stub.template.c
undersrc/crypto
CRYPTOGRAPHY_TYPE_CUSTOM
to theCryptographyType
enum ininclude/crypto_config_structs.h
Crypto_Init()
function insrc/core/crypto_config.c
to support the custom cryptography interfaceThe text was updated successfully, but these errors were encountered: