Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhmac.c39 struct AVHMAC { struct
40 void *hash;
41 int blocklen, hashlen;
42 hmac_final final;
43 hmac_update update;
67 AVHMAC *av_hmac_alloc(enum AVHMACType type) in av_hmac_alloc() argument
Dhmac.h41 typedef struct AVHMAC AVHMAC; typedef