Lines Matching refs:data
64 * Hash data with the HMAC.
66 * @param data The data to hash
67 * @param len The length of the data, in bytes
69 void av_hmac_update(AVHMAC *ctx, const uint8_t *data, unsigned int len);
81 * Hash an array of data with a key.
83 * @param data The data to hash
84 * @param len The length of the data, in bytes
91 int av_hmac_calc(AVHMAC *ctx, const uint8_t *data, unsigned int len,