Searched refs:av_sha_alloc (Results 1 – 6 of 6) sorted by relevance
87 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()
58 struct AVSHA *av_sha_alloc(void);
123 case SHA256: res->ctx = av_sha_alloc(); break; in av_hash_alloc()
46 struct AVSHA *av_sha_alloc(void) in av_sha_alloc() function
31 ctx = av_sha_alloc(); in main()
1046 sha = av_sha_alloc(); in mov_read_adrm()