Searched refs:AVHMAC (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dhmac.h41 typedef struct AVHMAC AVHMAC; typedef in typeref:struct:AVHMAC
44 * Allocate an AVHMAC context.
47 AVHMAC *av_hmac_alloc(enum AVHMACType type);
50 * Free an AVHMAC context.
53 void av_hmac_free(AVHMAC *ctx);
56 * Initialize an AVHMAC context with an authentication key.
61 void av_hmac_init(AVHMAC *ctx, const uint8_t *key, unsigned int keylen);
69 void av_hmac_update(AVHMAC *ctx, const uint8_t *data, unsigned int len);
78 int av_hmac_final(AVHMAC *ct
[all...]
H A Dhmac.c33 struct AVHMAC { struct
61 AVHMAC *av_hmac_alloc(enum AVHMACType type)
63 AVHMAC *c = av_mallocz(sizeof(*c));
126 void av_hmac_free(AVHMAC *c)
134 void av_hmac_init(AVHMAC *c, const uint8_t *key, unsigned int keylen)
155 void av_hmac_update(AVHMAC *c, const uint8_t *data, unsigned int len)
160 int av_hmac_final(AVHMAC *c, uint8_t *out, unsigned int outlen)
178 int av_hmac_calc(AVHMAC *c, const uint8_t *data, unsigned int len,
190 static void test(AVHMAC *hmac, const uint8_t *key, int keylen,
219 AVHMAC *hma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.h28 struct AVHMAC;
32 struct AVHMAC *hmac;

Completed in 47 milliseconds