Allocate an AVSHA512 context.
Definition at line 43 of file sha512.c.
Referenced by av_hash_alloc(), and av_hmac_alloc().
Initialize SHA-2 512 hashing.
Definition at line 191 of file sha512.c.
Referenced by av_hash_init().
Update hash value.
Definition at line 242 of file sha512.c.
Referenced by av_hash_update(), av_hmac_alloc(), and av_sha512_final().
Finish hashing and output digest value.
Definition at line 269 of file sha512.c.
Referenced by av_hash_final(), and av_hmac_alloc().