webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
cmac_ctx_st Struct Reference

Public Attributes

EVP_CIPHER_CTX cipher_ctx
 
uint8_t k1 [AES_BLOCK_SIZE]
 
uint8_t k2 [AES_BLOCK_SIZE]
 
uint8_t block [AES_BLOCK_SIZE]
 
unsigned block_used
 

Member Data Documentation

◆ block

uint8_t cmac_ctx_st::block[AES_BLOCK_SIZE]

◆ block_used

unsigned cmac_ctx_st::block_used

◆ cipher_ctx

EVP_CIPHER_CTX cmac_ctx_st::cipher_ctx

◆ k1

uint8_t cmac_ctx_st::k1[AES_BLOCK_SIZE]

◆ k2

uint8_t cmac_ctx_st::k2[AES_BLOCK_SIZE]

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