Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c86 FwdLockGlue_GetRandomNumber(keyEncryptionKey, KEY_SIZE) && in FwdLockGlue_InitializeRoundKeys()
126 int FwdLockGlue_GetRandomNumber(void *pBuffer, size_t numBytes) { in FwdLockGlue_GetRandomNumber() function
156 if (FwdLockGlue_GetRandomNumber(initVector, AES_BLOCK_SIZE)) { in FwdLockGlue_EncryptKey()
DFwdLockGlue.h32 int FwdLockGlue_GetRandomNumber(void *pBuffer, size_t numBytes);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c1131 if (!FwdLockGlue_GetRandomNumber(pSession->sessionKey, KEY_SIZE)) { in FwdLockConv_OpenSession()