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;
200 HMAC_CTX_init(&pSession->signingContext);
201 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
360 HMAC_CTX_cleanup(&sessionPtrs[sessionId]->signingContext);
391 HMAC_Update(&pSession->signingContext, pData->buffer, (size_t)numBytesRead);
396 HMAC_Final(&pSession->signingContext, pData->signature, &signatureSize);
400 HMAC_Init_ex(&pSession->signingContext, NULL, KEY_SIZE, NULL, NULL);
419 HMAC_Update(&pSession->signingContext, pSession->topHeader, TOP_HEADER_SIZE);
420 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType,
422 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 147 HMAC_CTX signingContext;
268 HMAC_CTX_init(&pSession->signingContext);
269 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
    [all...]

Completed in 447 milliseconds