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