Stm32l5xxEccArgs Struct Reference

ECC primitive arguments. More...

#include <stm32l5xx_crypto_pkc.h>

Data Fields

uint8_t p [STM32L5XX_MAX_EOS]
 
uint8_t a [STM32L5XX_MAX_EOS]
 
uint8_t gx [STM32L5XX_MAX_EOS]
 
uint8_t gy [STM32L5XX_MAX_EOS]
 
uint8_t q [STM32L5XX_MAX_EOS]
 
uint8_t h [STM32L5XX_MAX_EOS]
 
uint8_t k [STM32L5XX_MAX_EOS]
 
uint8_t d [STM32L5XX_MAX_EOS]
 
uint8_t qx [STM32L5XX_MAX_EOS]
 
uint8_t qy [STM32L5XX_MAX_EOS]
 
uint8_t r [STM32L5XX_MAX_EOS]
 
uint8_t s [STM32L5XX_MAX_EOS]
 

Detailed Description

ECC primitive arguments.

Definition at line 77 of file stm32l5xx_crypto_pkc.h.

Field Documentation

◆ a

uint8_t a[STM32L5XX_MAX_EOS]

Definition at line 80 of file stm32l5xx_crypto_pkc.h.

◆ d

uint8_t d[STM32L5XX_MAX_EOS]

Definition at line 86 of file stm32l5xx_crypto_pkc.h.

◆ gx

uint8_t gx[STM32L5XX_MAX_EOS]

Definition at line 81 of file stm32l5xx_crypto_pkc.h.

◆ gy

uint8_t gy[STM32L5XX_MAX_EOS]

Definition at line 82 of file stm32l5xx_crypto_pkc.h.

◆ h

uint8_t h[STM32L5XX_MAX_EOS]

Definition at line 84 of file stm32l5xx_crypto_pkc.h.

◆ k

uint8_t k[STM32L5XX_MAX_EOS]

Definition at line 85 of file stm32l5xx_crypto_pkc.h.

◆ p

uint8_t p[STM32L5XX_MAX_EOS]

Definition at line 79 of file stm32l5xx_crypto_pkc.h.

◆ q

uint8_t q[STM32L5XX_MAX_EOS]

Definition at line 83 of file stm32l5xx_crypto_pkc.h.

◆ qx

uint8_t qx[STM32L5XX_MAX_EOS]

Definition at line 87 of file stm32l5xx_crypto_pkc.h.

◆ qy

uint8_t qy[STM32L5XX_MAX_EOS]

Definition at line 88 of file stm32l5xx_crypto_pkc.h.

◆ r

uint8_t r[STM32L5XX_MAX_EOS]

Definition at line 89 of file stm32l5xx_crypto_pkc.h.

◆ s

uint8_t s[STM32L5XX_MAX_EOS]

Definition at line 90 of file stm32l5xx_crypto_pkc.h.


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