FFmpeg
|
Data Fields | |
void * | hash |
int | blocklen |
int | hashlen |
void(* | final )(void *, uint8_t *) |
void(* | update )(void *, const uint8_t *, int len) |
void(* | init )(void *) |
uint8_t | key [MAX_BLOCKLEN] |
int | keylen |
Detailed Description
Field Documentation
int AVHMAC::blocklen |
Definition at line 33 of file hmac.c.
Referenced by av_hmac_alloc(), av_hmac_final(), and av_hmac_init().
Definition at line 34 of file hmac.c.
Referenced by av_hmac_alloc(), av_hmac_final(), and av_hmac_init().
void* AVHMAC::hash |
Definition at line 32 of file hmac.c.
Referenced by av_hmac_alloc(), av_hmac_final(), av_hmac_free(), av_hmac_init(), and av_hmac_update().
int AVHMAC::hashlen |
Definition at line 33 of file hmac.c.
Referenced by av_hmac_alloc(), av_hmac_final(), and av_hmac_init().
Definition at line 36 of file hmac.c.
Referenced by av_hmac_alloc(), av_hmac_final(), and av_hmac_init().
uint8_t AVHMAC::key[MAX_BLOCKLEN] |
Definition at line 37 of file hmac.c.
Referenced by 7digital-python.lib.oauth7digital.Oauth7digital::__consumer(), 7digital-python.lib.oauth7digital.Oauth7digital::__init__(), 7digital-python.lib.oauth.OAuthConsumer::__init__(), 7digital-python.lib.oauth.OAuthToken::__init__(), 7digital-python.lib.oauth7digital.Oauth7digital::authorize_request_token(), av_hmac_calc(), av_hmac_final(), av_hmac_init(), and 7digital-python.lib.oauth.OAuthToken::to_string().
int AVHMAC::keylen |
Definition at line 38 of file hmac.c.
Referenced by av_hmac_calc(), av_hmac_final(), and av_hmac_init().
Definition at line 35 of file hmac.c.
Referenced by musixmatch.api.JsonResponseMessage::__init__(), av_hmac_alloc(), av_hmac_final(), av_hmac_init(), and av_hmac_update().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11