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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.h54 * @param[in] pPlaintextKey A reference to the buffer containing the plaintext key.
61 int FwdLockGlue_EncryptKey(const void *pPlaintextKey,
H A DFwdLockGlue.c148 int FwdLockGlue_EncryptKey(const void *pPlaintextKey, argument
159 memcpy(pEncryptedKey, pPlaintextKey, plaintextKeyLength);

Completed in 29 milliseconds