FFmpeg
Data Fields
AVHMAC Struct Reference

Data Fields

void * hash
 
int blocklen
 
int hashlen
 
hmac_final final
 
hmac_update update
 
hmac_init init
 
uint8_t key [MAX_BLOCKLEN]
 
int keylen
 

Detailed Description

Definition at line 40 of file hmac.c.

Field Documentation

◆ hash

void* AVHMAC::hash

Definition at line 41 of file hmac.c.

◆ blocklen

int AVHMAC::blocklen

Definition at line 42 of file hmac.c.

◆ hashlen

int AVHMAC::hashlen

Definition at line 42 of file hmac.c.

Referenced by main().

◆ final

hmac_final AVHMAC::final

Definition at line 43 of file hmac.c.

◆ update

hmac_update AVHMAC::update

Definition at line 44 of file hmac.c.

◆ init

hmac_init AVHMAC::init

Definition at line 45 of file hmac.c.

◆ key

uint8_t AVHMAC::key[MAX_BLOCKLEN]

Definition at line 46 of file hmac.c.

◆ keylen

int AVHMAC::keylen

Definition at line 47 of file hmac.c.


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