MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClRsa_Functions.h File Reference

Top-level API of the mcuxClRsa component. More...

#include <mcuxClSession.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClHash.h>
#include <mcuxClRsa_Types.h>

Go to the source code of this file.

Functions

mcuxClRsa_Status_Protected_t mcuxClRsa_sign (mcuxClSession_Handle_t pSession, const mcuxClRsa_Key *const pKey, const uint8_t *const pMessageOrDigest, const uint32_t messageLength, const mcuxClRsa_SignVerifyMode pPaddingMode, const uint32_t saltLength, const uint32_t options, uint8_t *const pSignature)
 RSA sign operation. More...
 
mcuxClRsa_Status_Protected_t mcuxClRsa_verify (mcuxClSession_Handle_t pSession, const mcuxClRsa_Key *const pKey, const uint8_t *const pMessageOrDigest, const uint32_t messageLength, uint8_t *const pSignature, const mcuxClRsa_SignVerifyMode pVerifyMode, const uint32_t saltLength, const uint32_t options, uint8_t *const pOutput)
 RSA verify operation. More...
 

Detailed Description

Top-level API of the mcuxClRsa component.