39 CONTENT_NOT_VERIFIED_NEW,
40 CONTENT_NOT_VERIFIED_SAME,
41 CONTENT_VERIFIED_UNSIGNED,
42 CONTENT_VERIFIED_SIGNED,
43 CONTENT_VERIFICATION_PENDING
44 } MHEG5ContentVerification_t;
MHEG5ContentVerification_t MHEG5IsContentVerified(U8BIT *url, U8BIT *content, U32BIT length)
Definition: mh5hash.c:185
void MHEG5SetVerificationCallback(void(*callback)(void))
Register a callback to be fired when the state of the verification subsystem changes.
Definition: mh5hash.c:129
Implementation of Root class Description Root class of all MHEG-5 classes. Base class None Subclasses...
void MHEG5ResetHashFile(U8BIT *url)
Reset the state and clear cache of the hashfile associated with a content file.
Definition: mh5hash.c:875
void MHEG5ResetVerification(void)
Reset the entire state of the verification mechanism.
Definition: mh5hash.c:139