Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhmac.c87 c->hash = av_sha_alloc(); in av_hmac_alloc()
95 c->hash = av_sha_alloc(); in av_hmac_alloc()
103 c->hash = av_sha_alloc(); in av_hmac_alloc()
Dsha.h58 struct AVSHA *av_sha_alloc(void);
Dhash.c123 case SHA256: res->ctx = av_sha_alloc(); break; in av_hash_alloc()
Dsha.c46 struct AVSHA *av_sha_alloc(void) in av_sha_alloc() function
/third_party/ffmpeg/libavutil/tests/
Dsha.c31 ctx = av_sha_alloc(); in main()
/third_party/ffmpeg/libavformat/
Dmov.c1046 sha = av_sha_alloc(); in mov_read_adrm()