|
AM64x MCU+ SDK
10.00.00
|
|
Go to the documentation of this file.
73 #define HASH_ALG_SHA1 (0x0U)
75 #define HASH_ALG_SHA2_256 (0x1U)
77 #define HASH_ALG_SHA2_512 (0x2U)
void Crypto_bigIntToUint32(uint32_t *source, uint32_t sourceLengthInWords, uint32_t *dest)
Function to convert Bigint to uint32_t format.
void Crypto_Uint32ToUint8(const uint32_t *src, uint32_t sourceLengthInBytes, uint8_t *dest)
Function to convert uint32_t to uint8_t format.
void Crypto_PKCSPaddingForSign(const uint8_t *shaHash, uint32_t keyLengthInBytes, uint32_t typeOfAlgo, uint8_t *output)
Padding function for sign.
void Crypto_Uint32ToBigInt(uint32_t *source, uint32_t sourceLengthInWords, uint32_t *dest)
Function to convert uint32_t to Bigint format.
uint8_t source
Definition: tisci_rm_ra.h:4
void Crypto_Uint8ToUint32(const uint8_t *source, uint32_t sourceLengthInBytes, uint32_t *dest)
Function to convert uint8_t to uint32_t format.
void Crypto_PKCSPaddingForMessage(const uint8_t *message, uint32_t msgLengthInBytes, uint32_t keyLengthInBytes, uint8_t *output)
Padding function for Message.