OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
CMAC_CTX_st Struct Reference

Public Attributes

EVP_CIPHER_CTX cctx
 
unsigned char k1 [EVP_MAX_BLOCK_LENGTH]
 
unsigned char k2 [EVP_MAX_BLOCK_LENGTH]
 
unsigned char tbl [EVP_MAX_BLOCK_LENGTH]
 
unsigned char last_block [EVP_MAX_BLOCK_LENGTH]
 
int nlast_block
 

Detailed Description

Definition at line 64 of file cmac.c.

Member Data Documentation

EVP_CIPHER_CTX CMAC_CTX_st::cctx

Definition at line 67 of file cmac.c.

unsigned char CMAC_CTX_st::k1[EVP_MAX_BLOCK_LENGTH]

Definition at line 69 of file cmac.c.

unsigned char CMAC_CTX_st::k2[EVP_MAX_BLOCK_LENGTH]

Definition at line 70 of file cmac.c.

unsigned char CMAC_CTX_st::last_block[EVP_MAX_BLOCK_LENGTH]

Definition at line 74 of file cmac.c.

int CMAC_CTX_st::nlast_block

Definition at line 76 of file cmac.c.

unsigned char CMAC_CTX_st::tbl[EVP_MAX_BLOCK_LENGTH]

Definition at line 72 of file cmac.c.


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