Home
last modified time | relevance | path

Searched defs:AVHMAC (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhmac.c44 struct AVHMAC { struct
45 void *hash;
46 int blocklen, hashlen;
47 hmac_final final;
48 hmac_update update;
72 AVHMAC *av_hmac_alloc(enum AVHMACType type) in av_hmac_alloc() argument
Dhmac.h42 typedef struct AVHMAC AVHMAC; typedef