ReactOS 0.4.15-dev-7842-g558ab78
mbedtls_camellia_context Struct Reference

CAMELLIA context structure. More...

#include <camellia.h>

Collaboration diagram for mbedtls_camellia_context:

Public Attributes

int nr
 
uint32_t rk [68]
 

Detailed Description

CAMELLIA context structure.

Definition at line 88 of file camellia.h.

Member Data Documentation

◆ nr

int mbedtls_camellia_context::nr

number of rounds

Definition at line 90 of file camellia.h.

◆ rk

uint32_t mbedtls_camellia_context::rk[68]

CAMELLIA round keys

Definition at line 91 of file camellia.h.


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