Searched refs:encryptedKeyLength (Results 1 – 2 of 2) sorted by relevance
151 size_t encryptedKeyLength) { in FwdLockGlue_EncryptKey() argument153 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(plaintextKeyLength)); in FwdLockGlue_EncryptKey()158 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE; in FwdLockGlue_EncryptKey()171 size_t encryptedKeyLength, in FwdLockGlue_DecryptKey() argument175 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(decryptedKeyLength)); in FwdLockGlue_DecryptKey()177 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE; in FwdLockGlue_DecryptKey()
64 size_t encryptedKeyLength);77 size_t encryptedKeyLength,