Home
last modified time | relevance | path

Searched refs:crypto_read (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dcrypto.c183 static int crypto_read(URLContext *h, uint8_t *buf, int size) in crypto_read() function
309 res = crypto_read(h, buff, len); in crypto_seek()
395 .url_read = crypto_read,