HomeSort by relevance Sort by last modified time
    Searched refs:signingContext (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 70 HMAC_CTX signingContext;
197 HMAC_CTX_init(&pSession->signingContext);
198 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
357 HMAC_CTX_cleanup(&sessionPtrs[sessionId]->signingContext);
388 HMAC_Update(&pSession->signingContext, pData->buffer, (size_t)numBytesRead);
393 HMAC_Final(&pSession->signingContext, pData->signature, &signatureSize);
397 HMAC_Init_ex(&pSession->signingContext, NULL, KEY_SIZE, NULL, NULL);
416 HMAC_Update(&pSession->signingContext, pSession->topHeader, TOP_HEADER_SIZE);
417 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType,
419 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 147 HMAC_CTX signingContext;
266 HMAC_CTX_init(&pSession->signingContext);
267 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
    [all...]

Completed in 30 milliseconds