Searched refs:dev_fd (Results 1 – 1 of 1) sorted by relevance
1985 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in DecryptSoFile() local1986 auto ret = CallIoctl(CODE_DECRYPT_CMD_SET_KEY, CODE_DECRYPT_CMD_SET_ASSOCIATE_KEY, uid, dev_fd); in DecryptSoFile()2001 close(dev_fd); in DecryptSoFile()2007 close(dev_fd); in DecryptSoFile()2018 close(dev_fd); in DecryptSoFile()2027 close(dev_fd); in DecryptSoFile()2036 close(dev_fd); in DecryptSoFile()2056 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in RemoveEncryptedKey() local2057 auto ret = CallIoctl(CODE_DECRYPT_CMD_REMOVE_KEY, CODE_DECRYPT_CMD_REMOVE_KEY, uid, dev_fd); in RemoveEncryptedKey()2062 close(dev_fd); in RemoveEncryptedKey()