PukccCrtParams Struct Reference
CRT service parameters. More...
#include <pic32cx_bz_crypto_pkc.h>
Data Fields | |
| uint8_t * | mod |
| uint8_t * | x |
| uint8_t * | exp |
| uint8_t * | p |
| uint8_t * | q |
| uint8_t * | dp |
| uint8_t * | dq |
| uint8_t * | r |
Detailed Description
CRT service parameters.
Definition at line 145 of file pic32cx_bz_crypto_pkc.h.
Field Documentation
◆ dp
| uint8_t * dp |
Definition at line 152 of file pic32cx_bz_crypto_pkc.h.
◆ dq
| uint8_t * dq |
Definition at line 153 of file pic32cx_bz_crypto_pkc.h.
◆ exp
| uint8_t * exp |
Definition at line 149 of file pic32cx_bz_crypto_pkc.h.
◆ mod
| uint8_t * mod |
Definition at line 147 of file pic32cx_bz_crypto_pkc.h.
◆ p
| uint8_t * p |
Definition at line 150 of file pic32cx_bz_crypto_pkc.h.
◆ q
| uint8_t * q |
Definition at line 151 of file pic32cx_bz_crypto_pkc.h.
◆ r
| uint8_t * r |
Definition at line 154 of file pic32cx_bz_crypto_pkc.h.
◆ x
| uint8_t * x |
Definition at line 148 of file pic32cx_bz_crypto_pkc.h.
The documentation for this struct was generated from the following files:
- cyclone_crypto/hardware/pic32cx_bz/pic32cx_bz_crypto_pkc.h
- cyclone_crypto/hardware/pic32cx_mt/pic32cx_mt_crypto_pkc.h
- cyclone_crypto/hardware/pic32cx_sg/pic32cx_sg_crypto_pkc.h
- cyclone_crypto/hardware/sam4c/sam4c_crypto_pkc.h
- cyclone_crypto/hardware/samd51/samd51_crypto_pkc.h
- cyclone_crypto/hardware/same51/same51_crypto_pkc.h
- cyclone_crypto/hardware/same53/same53_crypto_pkc.h
- cyclone_crypto/hardware/same54/same54_crypto_pkc.h
