OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_aria_context Struct Reference

The ARIA context-type definition. More...

#include <aria.h>

Public Attributes

unsigned char nr
 
uint32_t rk [MBEDTLS_ARIA_MAX_ROUNDS+1][MBEDTLS_ARIA_BLOCKSIZE/4]
 

Detailed Description

The ARIA context-type definition.

Member Data Documentation

◆ nr

unsigned char mbedtls_aria_context::nr

The number of rounds (12, 14 or 16)

◆ rk

uint32_t mbedtls_aria_context::rk[MBEDTLS_ARIA_MAX_ROUNDS+1][MBEDTLS_ARIA_BLOCKSIZE/4]

The ARIA round keys.


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