Allocate an AVSHA context.
Definition at line 45 of file sha.c.
Referenced by av_hash_alloc(), av_hmac_alloc(), ff_rtmp_calc_digest(), and mkv_write_attachments().
Initialize SHA-1 or SHA-2 hashing.
Definition at line 273 of file sha.c.
Referenced by av_hash_init(), ff_rtmp_calc_digest(), get_generic_seed(), and mkv_write_attachments().
Update hash value.
Definition at line 314 of file sha.c.
Referenced by av_hash_update(), av_hmac_alloc(), av_sha_final(), ff_rtmp_calc_digest(), get_generic_seed(), and mkv_write_attachments().
Finish hashing and output digest value.
Definition at line 341 of file sha.c.
Referenced by av_hash_final(), av_hmac_alloc(), ff_rtmp_calc_digest(), get_generic_seed(), and mkv_write_attachments().
Definition at line 43 of file sha.c.
Referenced by get_generic_seed().