EleRsaArgs Struct Reference
ELE RSA primitive arguments. More...
#include <mimxrt1180_crypto_pkc.h>
Data Fields | |
| uint8_t | n [512] |
| uint8_t | d [512] |
| uint8_t | e [512] |
| uint8_t | m [512] |
| uint8_t | c [512] |
| uint8_t | digest [32] |
| uint8_t | signature [512] |
| char_t | label [512] |
Detailed Description
ELE RSA primitive arguments.
Definition at line 54 of file mimxrt1180_crypto_pkc.h.
Field Documentation
◆ c
| uint8_t c[512] |
Definition at line 60 of file mimxrt1180_crypto_pkc.h.
◆ d
| uint8_t d[512] |
Definition at line 57 of file mimxrt1180_crypto_pkc.h.
◆ digest
| uint8_t digest[32] |
Definition at line 61 of file mimxrt1180_crypto_pkc.h.
◆ e
| uint8_t e[512] |
Definition at line 58 of file mimxrt1180_crypto_pkc.h.
◆ label
| char_t label[512] |
Definition at line 63 of file mimxrt1180_crypto_pkc.h.
◆ m
| uint8_t m[512] |
Definition at line 59 of file mimxrt1180_crypto_pkc.h.
◆ n
| uint8_t n[512] |
Definition at line 56 of file mimxrt1180_crypto_pkc.h.
◆ signature
| uint8_t signature[512] |
Definition at line 62 of file mimxrt1180_crypto_pkc.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/hardware/mimxrt1180/mimxrt1180_crypto_pkc.h
