MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
MCUXCLRSA_OPTION_

Function options definitions. More...

Macros

#define MCUXCLRSA_OPTION_MESSAGE_PLAIN
 Option passing a plain message as input to the sign or verify operation.
 
#define MCUXCLRSA_OPTION_MESSAGE_DIGEST
 Option passing a message digest as input to the sign or verify operation.
 
#define MCUXCLRSA_OPTION_MESSAGE_MASK
 Mask to set option MESSAGE_PLAIN or MESSAGE_DIGEST.
 

Detailed Description

Function options definitions.

Macro Definition Documentation

◆ MCUXCLRSA_OPTION_MESSAGE_PLAIN

#define MCUXCLRSA_OPTION_MESSAGE_PLAIN

Option passing a plain message as input to the sign or verify operation.

◆ MCUXCLRSA_OPTION_MESSAGE_DIGEST

#define MCUXCLRSA_OPTION_MESSAGE_DIGEST

Option passing a message digest as input to the sign or verify operation.

Examples
mcuxClRsa_sign_pss_sha2_256_example.c, and mcuxClRsa_verify_pssverify_sha2_256_example.c.

◆ MCUXCLRSA_OPTION_MESSAGE_MASK

#define MCUXCLRSA_OPTION_MESSAGE_MASK

Mask to set option MESSAGE_PLAIN or MESSAGE_DIGEST.