Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhmac.c92 c->hash = av_sha_alloc(); in av_hmac_alloc()
100 c->hash = av_sha_alloc(); in av_hmac_alloc()
108 c->hash = av_sha_alloc(); in av_hmac_alloc()
Dsha.h59 struct AVSHA *av_sha_alloc(void);
Dhash.c123 case SHA256: res->ctx = av_sha_alloc(); break; in av_hash_alloc()
Dsha.c45 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.c1004 sha = av_sha_alloc(); in mov_read_adrm()