Searched refs:FwdLockGlue_GetEncryptedKeyLength (Results 1 – 4 of 4) sorted by relevance
144 size_t FwdLockGlue_GetEncryptedKeyLength(size_t plaintextKeyLength) { in FwdLockGlue_GetEncryptedKeyLength() function153 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(plaintextKeyLength)); in FwdLockGlue_EncryptKey()175 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(decryptedKeyLength)); in FwdLockGlue_DecryptKey()
49 size_t FwdLockGlue_GetEncryptedKeyLength(size_t plaintextKeyLength);
272 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE); in FwdLockFile_attach()
1121 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE); in FwdLockConv_OpenSession()