Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dsrtp.c133 int rtcp, hmac_size; in ff_srtp_decrypt() local
141 hmac_size = rtcp ? s->rtcp_hmac_size : s->rtp_hmac_size; in ff_srtp_decrypt()
143 if (len < hmac_size) in ff_srtp_decrypt()
149 av_hmac_update(s->hmac, buf, len - hmac_size); in ff_srtp_decrypt()
179 if (memcmp(hmac, buf + len - hmac_size, hmac_size)) { in ff_srtp_decrypt()
184 len -= hmac_size; in ff_srtp_decrypt()
244 int rtcp, hmac_size, padding; in ff_srtp_encrypt() local
251 hmac_size = rtcp ? s->rtcp_hmac_size : s->rtp_hmac_size; in ff_srtp_encrypt()
252 padding = hmac_size; in ff_srtp_encrypt()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dhmac_prov.c137 static size_t hmac_size(struct hmac_data_st *macctx) in hmac_size() function
261 && !OSSL_PARAM_set_size_t(p, hmac_size(macctx))) in hmac_get_ctx_params()
/third_party/openssl/providers/implementations/macs/
H A Dhmac_prov.c137 static size_t hmac_size(struct hmac_data_st *macctx) in hmac_size() function
261 && !OSSL_PARAM_set_size_t(p, hmac_size(macctx))) in hmac_get_ctx_params()

Completed in 4 milliseconds