Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Domadec.c86 uint8_t e_val[8]; member
311 /* e_val */ in decrypt_init()
313 av_des_crypt(oc->av_des, oc->e_val, in decrypt_init()
315 hex_log(s, AV_LOG_DEBUG, "EK", oc->e_val, 8); in decrypt_init()
317 /* init e_val */ in decrypt_init()
318 av_des_init(oc->av_des, oc->e_val, 64, 1); in decrypt_init()

Completed in 1 milliseconds