ElsRsaArgs Struct Reference

RSA primitive arguments. More...

#include <mcxn547_crypto_pkc.h>

Data Fields

uint8_t n [512]
 
uint8_t e [512]
 
uint8_t d [512]
 
uint8_t p [512]
 
uint8_t q [512]
 
uint8_t dp [512]
 
uint8_t dq [512]
 
uint8_t qinv [512]
 
uint8_t m [512]
 
uint8_t c [512]
 

Detailed Description

RSA primitive arguments.

Definition at line 55 of file mcxn547_crypto_pkc.h.

Field Documentation

◆ c

uint8_t c

Definition at line 66 of file mcxn547_crypto_pkc.h.

◆ d

uint8_t d

Definition at line 59 of file mcxn547_crypto_pkc.h.

◆ dp

uint8_t dp

Definition at line 62 of file mcxn547_crypto_pkc.h.

◆ dq

uint8_t dq

Definition at line 63 of file mcxn547_crypto_pkc.h.

◆ e

uint8_t e

Definition at line 58 of file mcxn547_crypto_pkc.h.

◆ m

uint8_t m

Definition at line 65 of file mcxn547_crypto_pkc.h.

◆ n

uint8_t n

Definition at line 57 of file mcxn547_crypto_pkc.h.

◆ p

uint8_t p

Definition at line 60 of file mcxn547_crypto_pkc.h.

◆ q

uint8_t q

Definition at line 61 of file mcxn547_crypto_pkc.h.

◆ qinv

uint8_t qinv

Definition at line 64 of file mcxn547_crypto_pkc.h.


The documentation for this struct was generated from the following files: