Home
last modified time | relevance | path

Searched refs:nNbMsg (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c736 uint32_t nNbMsg, nIndex; in rpmbRead() local
738 nNbMsg = g_nSectorSize >> 8; in rpmbRead()
739 pMessages = (DELEGATION_RPMB_MESSAGE*)malloc(nNbMsg * sizeof(DELEGATION_RPMB_MESSAGE)); in rpmbRead()
744 memset(pMessages,0,nNbMsg * sizeof(DELEGATION_RPMB_MESSAGE)); in rpmbRead()
746 for (nIndex=0;nIndex<nNbMsg;nIndex++) in rpmbRead()
753 memcpy(pMessages[nNbMsg-1].pMAC,pInstruction->nMAC,32); in rpmbRead()
760 for (nIndex=0;nIndex<nNbMsg;nIndex++) in rpmbRead()
764 memcpy(pInstruction->nMAC, pMessages[nNbMsg-1].pMAC,32); in rpmbRead()
765 pInstruction->nResult=pMessages[nNbMsg-1].nResult; in rpmbRead()
814 uint32_t nNbMsg, nIndex; in rpmbWrite() local
[all …]