Searched refs:dataSignature (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c65 unsigned char dataSignature[SHA1_HASH_SIZE]; member in struct:FwdLockFile_Session
278 read(fileDesc, pSession->dataSignature, SHA1_HASH_SIZE) ==
398 result = memcmp(pData->signature, pSession->dataSignature, SHA1_HASH_SIZE) == 0;
424 HMAC_Update(&pSession->signingContext, pSession->dataSignature, SHA1_HASH_SIZE);

Completed in 75 milliseconds