Searched refs:AVHMAC (Results 1 – 1 of 1) sorted by relevance
41 typedef struct AVHMAC AVHMAC; typedef47 AVHMAC *av_hmac_alloc(enum AVHMACType type);53 void av_hmac_free(AVHMAC *ctx);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 *ctx, uint8_t *out, unsigned int outlen);91 int av_hmac_calc(AVHMAC *ctx, const uint8_t *data, unsigned int len,